summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2005-09-08 12:43:20 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2005-09-08 12:43:20 +0000
commit856d058b2fe88ba729791dd64fce05f94fbff4b2 (patch)
tree327410ca88c50482c6b68e89cd163fba68ede722
parent0c00362c59825014b6f4a57c792afc07680461b1 (diff)
downloadgstreamer-856d058b2fe88ba729791dd64fce05f94fbff4b2.tar.gz
gst/elements/gstpipefilter.c try to include config.h first
Original commit message from CVS: * gst/elements/gstpipefilter.c try to include config.h first
-rw-r--r--gst/elements/gstpipefilter.c8
-rw-r--r--plugins/elements/gstpipefilter.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/gst/elements/gstpipefilter.c b/gst/elements/gstpipefilter.c
index bd27372ec9..4b361ae43e 100644
--- a/gst/elements/gstpipefilter.c
+++ b/gst/elements/gstpipefilter.c
@@ -22,6 +22,10 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -36,10 +40,6 @@
#endif
#include <errno.h>
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include "../gst-i18n-lib.h"
#include "gstpipefilter.h"
diff --git a/plugins/elements/gstpipefilter.c b/plugins/elements/gstpipefilter.c
index bd27372ec9..4b361ae43e 100644
--- a/plugins/elements/gstpipefilter.c
+++ b/plugins/elements/gstpipefilter.c
@@ -22,6 +22,10 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -36,10 +40,6 @@
#endif
#include <errno.h>
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include "../gst-i18n-lib.h"
#include "gstpipefilter.h"