mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
configure: also define GST_DISABLE_XML for now to fix subparse build
This commit is contained in:
parent
cd25a0e98f
commit
b338e80341
1 changed files with 1 additions and 0 deletions
|
@ -439,6 +439,7 @@ AG_GST_CHECK_PLUGIN(volume)
|
|||
|
||||
dnl FIXME 0.11: check for libxml, split subparse and move libxml parts to ext/
|
||||
AM_CONDITIONAL(USE_XML, false)
|
||||
AC_DEFINE([GST_DISABLE_XML], [1], [set to disable libxml2-dependent code in subparse])
|
||||
|
||||
dnl disable plug-ins that require libxml2's HTML support if it is not available
|
||||
if test "x$HAVE_LIBXML_HTML" != "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue