mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
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
This commit is contained in:
parent
5f8633b6f3
commit
1c9db3df42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue