configure: require libxml2 >= 2.8 for DASH plugin
authorYoung Han Lee <y.lee@lge.com>
Wed, 22 Jul 2015 06:50:26 +0000 (15:50 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 22 Jul 2015 09:52:34 +0000 (10:52 +0100)
The DASH plugin uses xmlBufferDetach now in the code
that handles ContentProtection elements.

https://bugzilla.gnome.org/show_bug.cgi?id=752703

configure.ac

index 2cb967b..00c7f07 100644 (file)
@@ -1834,7 +1834,7 @@ AG_GST_CHECK_FEATURE(CURL, [Curl plugin], curl, [
 dnl **** DASH ****
 translit(dnm, m, l) AM_CONDITIONAL(USE_DASH, true)
 AG_GST_CHECK_FEATURE(DASH, [DASH plug-in], dash, [
-  PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.4, [HAVE_LIBXML2="yes"
+  PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.8, [HAVE_LIBXML2="yes"
     HAVE_DASH="yes"], [HAVE_LIBXML2="no"
     HAVE_DASH="no"])
   AC_SUBST(LIBXML2_CFLAGS)