[gst-cvs] gst-plugins-bad: configure: Bump neon requirement to 0.27.0

Sebastian Dröge slomo at kemper.freedesktop.org
Mon Aug 30 06:21:06 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: dab76bc68ef49d0a4c77809f049d90def8aee083
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=dab76bc68ef49d0a4c77809f049d90def8aee083

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Fri Aug 27 15:49:39 2010 +1000

configure: Bump neon requirement to 0.27.0

Needed in order to have ne_set_connect_timeout

Fixes bug #625076

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index fccaab3..1437501 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1201,7 +1201,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
 dnl *** neon ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
 AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
-  PKG_CHECK_MODULES(NEON, neon >= 0.26.0  neon <= 0.29.99, HAVE_NEON="yes", [
+  PKG_CHECK_MODULES(NEON, neon >= 0.27.0  neon <= 0.29.99, HAVE_NEON="yes", [
     HAVE_NEON="no"
     AC_MSG_RESULT(no)
   ])





More information about the Gstreamer-commits mailing list