[pulseaudio-discuss] [PATCH 0/4] json-c cleanup
Peter Meerwald
pmeerw at pmeerw.net
Mon Aug 18 05:47:23 PDT 2014
From: Peter Meerwald <p.meerwald at bct-electronic.com>
patch 1 uses json_object_object_get() according to documentation
(might be a bug fix)
patch 2 uses json_object_object_get_ex() instead of the deprecated
json_object_object_get() function (fixes compilation warnings for json-c 0.12)
patch 3 makes configure.ac drops support for json 0.9; json-c >= 0.11 required
patch 4 gets rid of json-c's is_error() macro which causes compilation errors
with current json-c
Peter Meerwald (4):
format: Don't _put() objects obtained with json_object_object_get()
format: Use json_object_object_get_ex() instead of deprecated
json_object_object_get()
build-sys: Drop support for json 0.9
format: Don't use deprecated json-c is_error() macro
configure.ac | 3 +--
src/pulse/format.c | 38 ++++++++++++++++----------------------
2 files changed, 17 insertions(+), 24 deletions(-)
--
1.7.9.5
More information about the pulseaudio-discuss
mailing list