diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-27 14:49:58 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-27 15:47:07 +0000 |
commit | 8147669971151c33d12c645a242406e518291ff0 (patch) | |
tree | 95fcad2d1c8066f768d85fcfdc8547e5660322d2 /gst/mve | |
parent | f4d6e03b9b36e76d57745438178d3ddacddb9247 (diff) | |
download | gstreamer-plugins-bad-8147669971151c33d12c645a242406e518291ff0.tar.gz |
plenty: fixup glib deprecations
Diffstat (limited to 'gst/mve')
-rw-r--r-- | gst/mve/Makefile.am | 2 | ||||
-rw-r--r-- | gst/mve/gstmvemux.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gst/mve/Makefile.am b/gst/mve/Makefile.am index 272b91857..2c3104f64 100644 --- a/gst/mve/Makefile.am +++ b/gst/mve/Makefile.am @@ -1,6 +1,6 @@ plugin_LTLIBRARIES = libgstmve.la -libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) +libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstmve_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/gst/mve/gstmvemux.c b/gst/mve/gstmvemux.c index fad163b82..0b1a24ce8 100644 --- a/gst/mve/gstmvemux.c +++ b/gst/mve/gstmvemux.c @@ -31,6 +31,7 @@ gst-launch-0.10 filesrc location=movie.mve ! mvedemux name=d ! #include <string.h> #include <gst/gst.h> +#include <gst/glib-compat-private.h> #include "gstmvemux.h" #include "mve.h" |