summaryrefslogtreecommitdiff
path: root/ext/schroedinger/gstschroutils.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-21 21:39:18 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-21 21:39:18 +0100
commitf96e4f15817974e8d3675bfe3980cdf02815bd74 (patch)
tree8eb2ba9bc6058e9a8d5ad2a46e6bd5034e3f3813 /ext/schroedinger/gstschroutils.c
parent46f4c7a6c127dbd20fd9f88a10518e084501cd36 (diff)
downloadgstreamer-plugins-bad-f96e4f15817974e8d3675bfe3980cdf02815bd74.tar.gz
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
Diffstat (limited to 'ext/schroedinger/gstschroutils.c')
-rw-r--r--ext/schroedinger/gstschroutils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/schroedinger/gstschroutils.c b/ext/schroedinger/gstschroutils.c
index 9f6a57933..bb1f1bcd6 100644
--- a/ext/schroedinger/gstschroutils.c
+++ b/ext/schroedinger/gstschroutils.c
@@ -21,6 +21,8 @@
#include "config.h"
#endif
+#include "gstschroutils.h"
+
//#define SCHRO_ENABLE_UNSTABLE_API
#include <gst/gst.h>