mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure: define USE_XML conditional used by subparse as FALSE for now
The subparse plugin needs to be split and/or moved to ext/ for the libxml2 dependency. The media type needs to be format-specific instead of a catch-all format. Maybe add a base class or line-based adapter.
This commit is contained in:
parent
4857f50aa4
commit
25fb0dd1b4
1 changed files with 2 additions and 5 deletions
|
@ -437,11 +437,8 @@ AG_GST_CHECK_PLUGIN(videorate)
|
|||
AG_GST_CHECK_PLUGIN(videoscale)
|
||||
AG_GST_CHECK_PLUGIN(volume)
|
||||
|
||||
dnl check for gstreamer core features (subsystems)
|
||||
dnl FIXME: this assumes srcdir == builddir for uninstalled setups
|
||||
GST_CONFIGPATH=`$PKG_CONFIG --variable=includedir gstreamer-0.11`"/gst/gstconfig.h"
|
||||
AG_GST_PARSE_SUBSYSTEM_DISABLES($GST_CONFIGPATH)
|
||||
AM_CONDITIONAL(USE_XML, test $GST_DISABLE_XML != "1")
|
||||
dnl FIXME 0.11: check for libxml, split subparse and move libxml parts to ext/
|
||||
AM_CONDITIONAL(USE_XML, false)
|
||||
|
||||
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