mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607.
Original commit message from CVS: Patch by: Robert Schwebel <r.schwebel@pengutronix.de> * gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607.
This commit is contained in:
parent
4bfb1fe70c
commit
1695ddb9dd
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
Patch by: Robert Schwebel <r.schwebel@pengutronix.de>
|
||||
|
||||
* gst/gst.c:
|
||||
Include gstconfig.h as macros from it are used. Fixes bug #545607.
|
||||
|
||||
2008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -103,6 +103,8 @@
|
|||
* Last reviewed on 2006-08-11 (0.10.10)
|
||||
*/
|
||||
|
||||
#include "gstconfig.h"
|
||||
|
||||
#include "gst_private.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue