summaryrefslogtreecommitdiffstats
path: root/gst/videofilter
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-07 12:47:01 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-07 12:47:01 +0000
commit5621eae1c5881a490e3b2b1d3b17168569634674 (patch)
tree218e155ca09df30751e47c564c4ba5c2a2cb191a /gst/videofilter
parent079e4b4e953ea68d81af9e3dd39fde7503471f5c (diff)
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstvideobalance.c3
-rw-r--r--gst/videofilter/gstvideobalance.h1
-rw-r--r--gst/videofilter/gstvideofilter.c3
-rw-r--r--gst/videofilter/gstvideofilter.h1
-rw-r--r--gst/videofilter/gstvideoflip.h1
-rw-r--r--gst/videofilter/gstvideotemplate.c3
-rw-r--r--gst/videofilter/gstvideotemplate.h1
7 files changed, 9 insertions, 4 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 41fd93f6..498e1e5a 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
/*#define DEBUG_ENABLED */
#include <gstvideobalance.h>
diff --git a/gst/videofilter/gstvideobalance.h b/gst/videofilter/gstvideobalance.h
index 75bc1125..5c8b3cf4 100644
--- a/gst/videofilter/gstvideobalance.h
+++ b/gst/videofilter/gstvideobalance.h
@@ -22,7 +22,6 @@
#define __GST_VIDEOBALANCE_H__
-#include <config.h>
#include <gst/gst.h>
#include "gstvideofilter.h"
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index a7446887..3eb92f9a 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/gstvideofilter.c
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
/*#define DEBUG_ENABLED */
#include <gstvideofilter.h>
diff --git a/gst/videofilter/gstvideofilter.h b/gst/videofilter/gstvideofilter.h
index 78678350..fa708328 100644
--- a/gst/videofilter/gstvideofilter.h
+++ b/gst/videofilter/gstvideofilter.h
@@ -22,7 +22,6 @@
#define __GST_VIDEOFILTER_H__
-#include <config.h>
#include <gst/gst.h>
diff --git a/gst/videofilter/gstvideoflip.h b/gst/videofilter/gstvideoflip.h
index 9260a8c8..b6aad296 100644
--- a/gst/videofilter/gstvideoflip.h
+++ b/gst/videofilter/gstvideoflip.h
@@ -22,7 +22,6 @@
#define __GST_VIDEOFLIP_H__
-#include <config.h>
#include <gst/gst.h>
#include "gstvideofilter.h"
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index b37fa71e..cc06b942 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
/*#define DEBUG_ENABLED */
#include <gstvideotemplate.h>
diff --git a/gst/videofilter/gstvideotemplate.h b/gst/videofilter/gstvideotemplate.h
index 625ac1f3..1a2c0a2d 100644
--- a/gst/videofilter/gstvideotemplate.h
+++ b/gst/videofilter/gstvideotemplate.h
@@ -22,7 +22,6 @@
#define __GST_VIDEOTEMPLATE_H__
-#include <config.h>
#include <gst/gst.h>
#include "gstvideofilter.h"