mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-31 11:08:52 -05:00
json: remove json from public API
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/570>
This commit is contained in:
parent
a12d90e2ed
commit
2a5497bac5
10 changed files with 8 additions and 42 deletions
|
|
@ -3,7 +3,6 @@ libpulsecommon_sources = [
|
|||
'pulse/error.c',
|
||||
'pulse/fork-detect.c',
|
||||
'pulse/format.c',
|
||||
'pulse/json.c',
|
||||
'pulse/mainloop-api.c',
|
||||
'pulse/xmalloc.c',
|
||||
'pulse/proplist.c',
|
||||
|
|
@ -31,6 +30,7 @@ libpulsecommon_sources = [
|
|||
'pulsecore/iochannel.c',
|
||||
'pulsecore/ioline.c',
|
||||
'pulsecore/ipacl.c',
|
||||
'pulsecore/json.c',
|
||||
'pulsecore/lock-autospawn.c',
|
||||
'pulsecore/log.c',
|
||||
'pulsecore/ratelimit.c',
|
||||
|
|
@ -73,7 +73,6 @@ libpulsecommon_headers = [
|
|||
'pulse/error.h',
|
||||
'pulse/fork-detect.h',
|
||||
'pulse/format.h',
|
||||
'pulse/json.h',
|
||||
'pulse/mainloop-api.h',
|
||||
'pulse/xmalloc.h',
|
||||
'pulse/proplist.h',
|
||||
|
|
@ -104,6 +103,7 @@ libpulsecommon_headers = [
|
|||
'pulsecore/iochannel.h',
|
||||
'pulsecore/ioline.h',
|
||||
'pulsecore/ipacl.h',
|
||||
'pulsecore/json.h',
|
||||
'pulsecore/llist.h',
|
||||
'pulsecore/lock-autospawn.h',
|
||||
'pulsecore/log.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue