mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
3558f6a0b4
commit
ce43b11741
3 changed files with 9 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
*/
|
||||
|
||||
#include <glib.h>
|
||||
#if GLIB_CHECK_VERSION (2, 6, 0)
|
||||
#include <glib/gstdio.h>
|
||||
#endif
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include <gst/gstinfo.h>
|
||||
#include <gst/gstenumtypes.h>
|
||||
#include <gst/gstregistry.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include <libxml/xmlreader.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue