wrap config.h include
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 09:23:20 +0000 (09:23 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 09:23:20 +0000 (09:23 +0000)
Original commit message from CVS:
wrap config.h include

ChangeLog
libs/gst/controller/gstcontroller.c
libs/gst/controller/gsthelper.c
libs/gst/controller/gstinterpolation.c
libs/gst/controller/lib.c

index 5467fd7..589a75a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * libs/gst/controller/gstcontroller.c:
+       * libs/gst/controller/gsthelper.c:
+       * libs/gst/controller/gstinterpolation.c:
+       * libs/gst/controller/lib.c:
+         wrap config.h include
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * docs/gst/gstreamer-sections.txt:
          update docs
 
index 78490c8..e4723ed 100644 (file)
@@ -66,7 +66,9 @@
  * </orderedlist>
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 #include "gstcontroller.h"
 
 #define GST_CAT_DEFAULT gst_controller_debug
index d99efc9..f5d3b1e 100644 (file)
@@ -29,7 +29,9 @@
  * the #GObject class.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 #include "gstcontroller.h"
 
 #define GST_CAT_DEFAULT gst_controller_debug
index 1cb8fee..5208519 100644 (file)
@@ -20,7 +20,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 #include "gstcontroller.h"
 
 #define GST_CAT_DEFAULT gst_controller_debug
index ed35e53..5c3d3cc 100644 (file)
@@ -20,7 +20,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 #include <gst/gst.h>
 
 /* library initialisation */