mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
gst/gstminiobject.c: Import gst_private.h before any other header that might include other glib headers. This fixes t...
Original commit message from CVS: * gst/gstminiobject.c: Import gst_private.h before any other header that might include other glib headers. This fixes the build on windows using native compilers.
This commit is contained in:
parent
8babc81dbe
commit
6148f05b6e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-03-03 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/gstminiobject.c:
|
||||||
|
Import gst_private.h before any other header that might include other
|
||||||
|
glib headers. This fixes the build on windows using native compilers.
|
||||||
|
|
||||||
2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
|
2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* win32/common/gstconfig.h:
|
* win32/common/gstconfig.h:
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "gst/gst_private.h"
|
||||||
#include "gst/gstminiobject.h"
|
#include "gst/gstminiobject.h"
|
||||||
#include "gst/gstinfo.h"
|
#include "gst/gstinfo.h"
|
||||||
#include "gst/gst_private.h"
|
|
||||||
#include <gobject/gvaluecollector.h>
|
#include <gobject/gvaluecollector.h>
|
||||||
|
|
||||||
#ifndef GST_DISABLE_TRACE
|
#ifndef GST_DISABLE_TRACE
|
||||||
|
|
Loading…
Reference in a new issue