From 25fb0dd1b4498e1990ad4754af73eb422cdacdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 5 Jun 2011 23:44:47 +0100 Subject: [PATCH] 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. --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 1a4dc7c619..ae0d86d990 100644 --- a/configure.ac +++ b/configure.ac @@ -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