summaryrefslogtreecommitdiff
path: root/gst-plugin/src/gstplugin.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-01-13 13:34:14 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-01-13 13:34:14 +0000
commit2d1b4f02947676efd3ec98a10b4a819ed00d21fa (patch)
tree221e6da0c4bdb8d2b460dd84a64201600df580d3 /gst-plugin/src/gstplugin.c
parent825f0e8c8462c5ebf45353226289401405e8587e (diff)
bring into the 0.10 world
Original commit message from CVS: * autogen.sh: * configure.ac: * src/Makefile.am: * src/gstplugin.c: bring into the 0.10 world Fix #315582
Diffstat (limited to 'gst-plugin/src/gstplugin.c')
-rw-r--r--gst-plugin/src/gstplugin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-plugin/src/gstplugin.c b/gst-plugin/src/gstplugin.c
index 86b6090..b20f8e8 100644
--- a/gst-plugin/src/gstplugin.c
+++ b/gst-plugin/src/gstplugin.c
@@ -40,11 +40,11 @@
* Boston, MA 02111-1307, USA.
*/
-#include <gst/gst.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
-/* include this header if you want to use dynamic parameters
-#include <gst/control/control.h>
-*/
+#include <gst/gst.h>
#include "gstplugin.h"