mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with glib < 2.10. Fixes #503131.
Original commit message from CVS: * gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with glib < 2.10. Fixes #503131.
This commit is contained in:
parent
321db79821
commit
74d2ba2fd5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-12-11 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gst/gstplugin.c:
|
||||||
|
Include "glib-compat-private.h" to fix the build on system with
|
||||||
|
glib < 2.10. Fixes #503131.
|
||||||
|
|
||||||
2007-12-11 Stefan Kost <ensonic@users.sf.net>
|
2007-12-11 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gstutils.c:
|
* gst/gstutils.c:
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
#include "glib-compat-private.h"
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue