gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607.
authorRobert Schwebel <r.schwebel@pengutronix.de>
Thu, 31 Jul 2008 15:24:21 +0000 (15:24 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 31 Jul 2008 15:24:21 +0000 (15:24 +0000)
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.

ChangeLog
gst/gst.c

index 46f4f41..dcb9df2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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:
        * docs/gst/gstreamer-sections.txt:
        * docs/gst/gstreamer.types:
index ec66250..77f8706 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
  * Last reviewed on 2006-08-11 (0.10.10)
  */
 
+#include "gstconfig.h"
+
 #include "gst_private.h"
 #include <stdlib.h>
 #include <stdio.h>