summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMarcin Kolny <marcin.kolny@flytronic.pl>2015-02-26 14:43:25 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-03-04 10:03:57 +0100
commit20719e4c78c0b7075c37300c2b07cd276e7bfa23 (patch)
tree8470420b243638e872a8858540a1a7220d41698b /win32
parentbc77a3fa0a610187d468c38ce83ceec2e9a79688 (diff)
win32/common/gstconfig.h: removed libxml include directive
This is a leftover from 0.10 and not needed anymore. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=745210
Diffstat (limited to 'win32')
-rw-r--r--win32/common/gstconfig.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/common/gstconfig.h b/win32/common/gstconfig.h
index 2c3e12f3f..d89341174 100644
--- a/win32/common/gstconfig.h
+++ b/win32/common/gstconfig.h
@@ -125,14 +125,6 @@
refcounting */
#define GST_HAVE_GLIB_2_8 1
-/***** Deal with XML stuff, we have to handle both loadsave and registry *****/
-
-#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) )
-# include <libxml/parser.h>
-#else
-# define GST_DISABLE_LOADSAVE_REGISTRY
-#endif
-
/**
* GST_EXPORT:
*