From: Peter Meerwald <[email protected]>

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

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to