summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYoung Han Lee <y.lee@lge.com>2015-07-22 15:50:26 +0900
committerTim-Philipp Müller <tim@centricular.com>2015-07-22 10:52:34 +0100
commit1c9db3df42e94e162583b6380fdd20cce60716ff (patch)
treea6296905839e7263bf6cdba80c565cecfe9f70eb /configure.ac
parent5f8633b6f3f40c6c84f3f87cd72ea4e5b1b02c75 (diff)
downloadgstreamer-plugins-bad-1c9db3df42e94e162583b6380fdd20cce60716ff.tar.gz
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
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 2cb967ba0..00c7f0728 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)