diff options
author | Kai Vehmanen <first.surname@nokia.com> | 2007-06-19 08:10:00 +0000 |
---|---|---|
committer | Kai Vehmanen <first.surname@nokia.com> | 2007-06-19 08:10:00 +0000 |
commit | f9852c9d77fdb6991a2726f60a975dd2a8172d64 (patch) | |
tree | c4c4ff33f0aa03acf26d82172b389947c0eeda26 | |
parent | f0666047aa17251234d9917e0636caa58acfcdf5 (diff) | |
download | libnice-f9852c9d77fdb6991a2726f60a975dd2a8172d64.tar.gz |
Added inclusion to config.h to source files in gst submodule.
darcs-hash:20070619081010-77cd4-c5de17b1e255a3546fefbc0b04ef4df6eb07a1b4.gz
-rw-r--r-- | gst/gstnice.c | 4 | ||||
-rw-r--r-- | gst/gstnicesink.c | 4 | ||||
-rw-r--r-- | gst/gstnicesrc.c | 4 | ||||
-rw-r--r-- | gst/jingle-gst-test-server.c | 3 | ||||
-rw-r--r-- | gst/test.c | 3 |
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> @@ -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> |