gst/: Convergence is near. Seriously.

Original commit message from CVS:
* gst/glib-compat.h:
* gst/gstregistryxml.c:
Convergence is near.  Seriously.
This commit is contained in:
David Schleef 2005-09-15 01:38:33 +00:00
parent 3558f6a0b4
commit ce43b11741
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-09-14 David Schleef <ds@schleef.org>
* gst/glib-compat.h:
* gst/gstregistryxml.c:
Convergence is near. Seriously.
2005-09-14 David Schleef <ds@schleef.org>
* gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):

View file

@ -6,6 +6,9 @@
*/
#include <glib.h>
#if GLIB_CHECK_VERSION (2, 6, 0)
#include <glib/gstdio.h>
#endif
G_BEGIN_DECLS

View file

@ -43,7 +43,6 @@
#include <gst/gstinfo.h>
#include <gst/gstenumtypes.h>
#include <gst/gstregistry.h>
#include <glib/gstdio.h>
#include <libxml/xmlreader.h>