From 20719e4c78c0b7075c37300c2b07cd276e7bfa23 Mon Sep 17 00:00:00 2001 From: Marcin Kolny Date: Thu, 26 Feb 2015 14:43:25 +0100 Subject: [PATCH] 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 --- win32/common/gstconfig.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/common/gstconfig.h b/win32/common/gstconfig.h index 2c3e12f..d893411 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 -#else -# define GST_DISABLE_LOADSAVE_REGISTRY -#endif - /** * GST_EXPORT: * -- 2.7.4