summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-02-06 20:51:49 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-02-06 20:51:49 +0000
commit14a0f2771ed3213c825c8f057dad8bf0b8b4f038 (patch)
treeb5f45124433663f2afa62c9e07aa67e293c3b737 /configure.ac
parent2150a6344600487a50fd26a5f29c836662ba5e7b (diff)
downloadgst-plugins-bad-14a0f2771ed3213c825c8f057dad8bf0b8b4f038.tar.gz
gst-plugins-bad-14a0f2771ed3213c825c8f057dad8bf0b8b4f038.tar.bz2
gst-plugins-bad-14a0f2771ed3213c825c8f057dad8bf0b8b4f038.zip
Now it uses libneon 0.25.5 that supports shoutcast.
Original commit message from CVS: Now it uses libneon 0.25.5 that supports shoutcast.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 610a54be..b59f01c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -487,7 +487,7 @@ GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [
dnl *** neon ***
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
- PKG_CHECK_MODULES(NEON, neon = 0.24.7, HAVE_NEON="yes", HAVE_NEON="no")
+ PKG_CHECK_MODULES(NEON, neon = 0.25.5, HAVE_NEON="yes", HAVE_NEON="no")
AC_SUBST(NEON_CFLAGS)
AC_SUBST(NEON_LIBS)
])