summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/gstnice.c4
-rw-r--r--gst/gstnicesink.c4
-rw-r--r--gst/gstnicesrc.c4
-rw-r--r--gst/jingle-gst-test-server.c3
-rw-r--r--gst/test.c3
5 files changed, 15 insertions, 3 deletions
diff --git a/gst/gstnice.c b/gst/gstnice.c
index e44b8d8..cf1ec0b 100644
--- a/gst/gstnice.c
+++ b/gst/gstnice.c
@@ -34,8 +34,10 @@
* not delete the provisions above, a recipient may use your version of this
* file under either the MPL or the LGPL.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
-#include "config.h"
#include "gstnicesrc.h"
#include "gstnicesink.h"
diff --git a/gst/gstnicesink.c b/gst/gstnicesink.c
index 0332df8..77d6ba0 100644
--- a/gst/gstnicesink.c
+++ b/gst/gstnicesink.c
@@ -34,8 +34,10 @@
* not delete the provisions above, a recipient may use your version of this
* file under either the MPL or the LGPL.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
-#include "config.h"
#include "gstnicesink.h"
static GstFlowReturn
diff --git a/gst/gstnicesrc.c b/gst/gstnicesrc.c
index f50ef06..f89614e 100644
--- a/gst/gstnicesrc.c
+++ b/gst/gstnicesrc.c
@@ -34,10 +34,12 @@
* not delete the provisions above, a recipient may use your version of this
* file under either the MPL or the LGPL.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <string.h>
-#include "config.h"
#include "gstnicesrc.h"
static GstFlowReturn
diff --git a/gst/jingle-gst-test-server.c b/gst/jingle-gst-test-server.c
index d9f68ec..bfdcc6c 100644
--- a/gst/jingle-gst-test-server.c
+++ b/gst/jingle-gst-test-server.c
@@ -34,6 +34,9 @@
* not delete the provisions above, a recipient may use your version of this
* file under either the MPL or the LGPL.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <string.h>
diff --git a/gst/test.c b/gst/test.c
index 539828f..8eca27a 100644
--- a/gst/test.c
+++ b/gst/test.c
@@ -34,6 +34,9 @@
* not delete the provisions above, a recipient may use your version of this
* file under either the MPL or the LGPL.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <string.h>