mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
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
This commit is contained in:
parent
bc77a3fa0a
commit
20719e4c78
1 changed files with 0 additions and 8 deletions
|
@ -125,14 +125,6 @@
|
||||||
refcounting */
|
refcounting */
|
||||||
#define GST_HAVE_GLIB_2_8 1
|
#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:
|
* GST_EXPORT:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue