mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
gst/gstconfig.h.in: Revert previous change that broke the build.
Original commit message from CVS: * gst/gstconfig.h.in: Revert previous change that broke the build.
This commit is contained in:
parent
c1131446b2
commit
37fb068592
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-04-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstconfig.h.in:
|
||||
Revert previous change that broke the build.
|
||||
|
||||
2007-04-17 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -50,8 +50,6 @@
|
|||
#ifndef __GST_CONFIG_H__
|
||||
#define __GST_CONFIG_H__
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* trick gtk-doc into believing these symbols are defined (yes, it's ugly) */
|
||||
|
||||
#if 0
|
||||
|
@ -171,10 +169,7 @@
|
|||
|
||||
/***** Deal with XML stuff, we have to handle both loadsave and registry *****/
|
||||
|
||||
/*#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) ) */
|
||||
/* this works better, but requires the above config.h include, its a bit strange
|
||||
* that we include stuff here anyway */
|
||||
#ifdef HAVE_LIBXML2
|
||||
#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) )
|
||||
# include <libxml/parser.h>
|
||||
#else
|
||||
# define GST_DISABLE_LOADSAVE_REGISTRY
|
||||
|
|
Loading…
Reference in a new issue