soup: We need libsoup >= 2.40 for proper usage of the content decoder
authorSebastian Dröge <sebastian@centricular.com>
Fri, 14 Feb 2014 21:50:49 +0000 (22:50 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 14 Feb 2014 21:53:54 +0000 (22:53 +0100)
Previous versions did not consider our chunk allocator and allocated
memory by themselves, which caused crashes and broken behaviour.

configure.ac

index f1bfc4813a944c01845a89a6641b4b197fd09ded..d38d876533a474a00ce702d087cde79a7d24420a 100644 (file)
@@ -849,7 +849,7 @@ AG_GST_CHECK_FEATURE(SHOUT2, [Shoutcast/Icecast client library], shout2, [
 dnl *** soup ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_SOUP, true)
 AG_GST_CHECK_FEATURE(SOUP, [soup http client plugin (2.4)], souphttpsrc, [
-  PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.38, [HAVE_SOUP="yes"], [HAVE_SOUP="no"])
+  PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.40, [HAVE_SOUP="yes"], [HAVE_SOUP="no"])
   AC_SUBST(SOUP_CFLAGS)
   AC_SUBST(SOUP_LIBS)
 ])