From: Marcin Kolny Date: Thu, 26 Feb 2015 13:43:25 +0000 (+0100) Subject: win32/common/gstconfig.h: removed libxml include directive X-Git-Tag: 1.6.1~514 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20719e4c78c0b7075c37300c2b07cd276e7bfa23;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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: *