summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorKai Vehmanen <first.surname@nokia.com>2007-06-19 08:10:00 +0000
committerKai Vehmanen <first.surname@nokia.com>2007-06-19 08:10:00 +0000
commitf9852c9d77fdb6991a2726f60a975dd2a8172d64 (patch)
treec4c4ff33f0aa03acf26d82172b389947c0eeda26 /gst
parentf0666047aa17251234d9917e0636caa58acfcdf5 (diff)
downloadlibnice-f9852c9d77fdb6991a2726f60a975dd2a8172d64.tar.gz
Added inclusion to config.h to source files in gst submodule.
darcs-hash:20070619081010-77cd4-c5de17b1e255a3546fefbc0b04ef4df6eb07a1b4.gz
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>