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
@ -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>
|
2008-12-09 Julien Moutte <julien@fluendo.com>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
||||||
|
@ -40,8 +40,7 @@
|
|||||||
#define __FLOATCAST_H__
|
#define __FLOATCAST_H__
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <glib/gtypes.h>
|
#include <glib.h>
|
||||||
#include <glib/gutils.h> /* to make sure inline is defined properly */
|
|
||||||
|
|
||||||
#if defined (_MSC_VER) && !defined (inline)
|
#if defined (_MSC_VER) && !defined (inline)
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <glib/gstrfuncs.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <gst/gsttypefind.h>
|
#include <gst/gsttypefind.h>
|
||||||
#include <gst/gstelement.h>
|
#include <gst/gstelement.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user