summaryrefslogtreecommitdiff
path: root/gst-libs/ext
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-07 12:47:02 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-07 12:47:02 +0000
commit3f9d4cbd088a29ec2175c40ec8f7f3ae6a1df509 (patch)
tree86dad60ac253f61e30d99bb1857d5a7c53777be0 /gst-libs/ext
parentb39f653c3d6ac9d41120d32b89ad21ccfbffde65 (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-libs/ext')
-rw-r--r--gst-libs/ext/mplex/buffer.cc4
-rw-r--r--gst-libs/ext/mplex/padstrm.cc4
-rw-r--r--gst-libs/ext/mplex/stillsstream.cc4
3 files changed, 12 insertions, 0 deletions
diff --git a/gst-libs/ext/mplex/buffer.cc b/gst-libs/ext/mplex/buffer.cc
index 2b2918025..24f5fd246 100644
--- a/gst-libs/ext/mplex/buffer.cc
+++ b/gst-libs/ext/mplex/buffer.cc
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "buffer.hh"
#include <stdlib.h>
diff --git a/gst-libs/ext/mplex/padstrm.cc b/gst-libs/ext/mplex/padstrm.cc
index 95e32dbac..b60c66439 100644
--- a/gst-libs/ext/mplex/padstrm.cc
+++ b/gst-libs/ext/mplex/padstrm.cc
@@ -20,6 +20,10 @@
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "padstrm.hh"
diff --git a/gst-libs/ext/mplex/stillsstream.cc b/gst-libs/ext/mplex/stillsstream.cc
index 1b6d10b38..6f9806f07 100644
--- a/gst-libs/ext/mplex/stillsstream.cc
+++ b/gst-libs/ext/mplex/stillsstream.cc
@@ -21,6 +21,10 @@
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <format_codes.h>
#include "stillsstream.hh"