GNOME Bugzilla – Bug 599332
[neonhttpsrc] fails to compile with libneon 0.29.0
Last modified: 2009-10-23 09:51:13 UTC
Created attachment 146060 [details] [review] patch that adjusts the accepted neon version configure.ac in gst-plugins-bad is set-up to only accept neon versions from 0.26.0 to 0.28.99, but version 0.29.0 is reported (in the libneon changelog) to be API/ABI compatible with 0.28.x and 0.27.x The attached patch simply increases the neon version threshold to 0.29.99 and, as expected, the neonhttpsrc plugin compiles and seems to run as normal with neon-0.29.0
Comment on attachment 146060 [details] [review] patch that adjusts the accepted neon version confirmed to work with 0.29.0
commit df6e65afe56b6435c08896e722a644dc33ae8726 Author: Thomas Green <tom78999@gmail.com> Date: Fri Oct 23 10:48:25 2009 +0100 configure: also build neonhttpsrc with libneon-29.x Fixes #599332.