mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +00:00
gst/: Include glib.h instead of a specific GLib header. Including single
Original commit message from CVS: Patch by: Luis Menina <liberforce at freeside dot fr> * gst-libs/gst/floatcast/floatcast.h: * gst/typefind/gsttypefindfunctions.c: Include glib.h instead of a specific GLib header. Including single GLib headers is deprecated. Fixes bug #563904.
This commit is contained in:
parent
b7f763b23f
commit
a4493595a6
3 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
Patch by: Luis Menina <liberforce at freeside dot fr>
|
||||
|
||||
* gst-libs/gst/floatcast/floatcast.h:
|
||||
* gst/typefind/gsttypefindfunctions.c:
|
||||
Include glib.h instead of a specific GLib header. Including single
|
||||
GLib headers is deprecated. Fixes bug #563904.
|
||||
|
||||
2008-12-09 Julien Moutte <julien@fluendo.com>
|
||||
|
||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
#define __FLOATCAST_H__
|
||||
|
||||
#include <string.h>
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib/gutils.h> /* to make sure inline is defined properly */
|
||||
#include <glib.h>
|
||||
|
||||
#if defined (_MSC_VER) && !defined (inline)
|
||||
#define inline __inline
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <glib/gstrfuncs.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include <gst/gsttypefind.h>
|
||||
#include <gst/gstelement.h>
|
||||
|
|
Loading…
Reference in a new issue