summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
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
commitcb90622b41d826e7e316ce1e3c16e5a5c9d028ef (patch)
tree332fb8ea7be82946452c5628daf4ee0f6686f4b2 /ext/audiofile
parentac872637ab3e94f9ef7d553a40994d1ba43eb80f (diff)
downloadgst-plugins-bad-cb90622b41d826e7e316ce1e3c16e5a5c9d028ef.tar.gz
gst-plugins-bad-cb90622b41d826e7e316ce1e3c16e5a5c9d028ef.tar.bz2
gst-plugins-bad-cb90622b41d826e7e316ce1e3c16e5a5c9d028ef.zip
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 'ext/audiofile')
-rw-r--r--ext/audiofile/gstaf.c3
-rw-r--r--ext/audiofile/gstafparse.h1
-rw-r--r--ext/audiofile/gstafsink.h1
-rw-r--r--ext/audiofile/gstafsrc.h1
4 files changed, 3 insertions, 3 deletions
diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c
index 7014dad3..1d05ae3f 100644
--- a/ext/audiofile/gstaf.c
+++ b/ext/audiofile/gstaf.c
@@ -17,6 +17,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gstafsrc.h"
#include "gstafsink.h"
diff --git a/ext/audiofile/gstafparse.h b/ext/audiofile/gstafparse.h
index 29342fe4..0f636dcd 100644
--- a/ext/audiofile/gstafparse.h
+++ b/ext/audiofile/gstafparse.h
@@ -25,7 +25,6 @@
#define __GST_AFPARSE_H__
-#include <config.h>
#include <gst/gst.h>
#include <gst/bytestream/bytestream.h>
#include <audiofile.h> /* what else are we to do */
diff --git a/ext/audiofile/gstafsink.h b/ext/audiofile/gstafsink.h
index 3e8c868c..76ce30af 100644
--- a/ext/audiofile/gstafsink.h
+++ b/ext/audiofile/gstafsink.h
@@ -25,7 +25,6 @@
#define __GST_AFSINK_H__
-#include <config.h>
#include <gst/gst.h>
#include <audiofile.h> /* what else are we to do */
diff --git a/ext/audiofile/gstafsrc.h b/ext/audiofile/gstafsrc.h
index 23e8669c..c96c20c3 100644
--- a/ext/audiofile/gstafsrc.h
+++ b/ext/audiofile/gstafsrc.h
@@ -25,7 +25,6 @@
#define __GST_AFSRC_H__
-#include <config.h>
#include <gst/gst.h>
#include <audiofile.h> /* what else are we to do */