From b338e803415ca83b96de3805f6d347cd792a142f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 6 Jun 2011 14:30:03 +0100 Subject: [PATCH] configure: also define GST_DISABLE_XML for now to fix subparse build --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ae0d86d990..a75522efe8 100644 --- a/configure.ac +++ b/configure.ac @@ -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