From 1c9db3df42e94e162583b6380fdd20cce60716ff Mon Sep 17 00:00:00 2001 From: Young Han Lee Date: Wed, 22 Jul 2015 15:50:26 +0900 Subject: [PATCH] configure: require libxml2 >= 2.8 for DASH plugin The DASH plugin uses xmlBufferDetach now in the code that handles ContentProtection elements. https://bugzilla.gnome.org/show_bug.cgi?id=752703 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2cb967b..00c7f07 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4