From 14a0f2771ed3213c825c8f057dad8bf0b8b4f038 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Mon, 6 Feb 2006 20:51:49 +0000 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) ]) -- cgit v1.2.1