diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-02-01 17:53:50 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-02-01 17:54:22 +0000 |
commit | 260e2e74271664868e36e44131ae214a06f12aed (patch) | |
tree | aec037142b4665901022a23a320e205bc45d6f45 /gst | |
parent | 4d0e83c48d064eb7cbbdaccfe72f9bce211f7c49 (diff) | |
download | gstreamer-plugins-bad-260e2e74271664868e36e44131ae214a06f12aed.tar.gz |
build: ignore GValueArray deprecation warnings for the time being
until this gets sorted out with the GLib folks and we have a
viable alternative.
https://bugzilla.gnome.org/show_bug.cgi?id=667228
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpegtsdemux/Makefile.am | 3 | ||||
-rw-r--r-- | gst/multifdsink/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gst/mpegtsdemux/Makefile.am b/gst/mpegtsdemux/Makefile.am index 55b57d960..10e3f39e0 100644 --- a/gst/mpegtsdemux/Makefile.am +++ b/gst/mpegtsdemux/Makefile.am @@ -1,5 +1,8 @@ plugin_LTLIBRARIES = libgstmpegtsdemux.la +# FIXME 0.11: ignore GValueArray warnings for now until this is sorted +ERROR_CFLAGS= + libgstmpegtsdemux_la_SOURCES = \ gsttsdemux.c \ gstmpegdesc.c \ diff --git a/gst/multifdsink/Makefile.am b/gst/multifdsink/Makefile.am index 6d9b5b5f8..adaf5d6cd 100644 --- a/gst/multifdsink/Makefile.am +++ b/gst/multifdsink/Makefile.am @@ -1,5 +1,8 @@ plugin_LTLIBRARIES = libgstmultifdsink.la +# FIXME 0.11: ignore GValueArray warnings for now until this is sorted +ERROR_CFLAGS= + # variables used for enum/marshal generation glib_enum_headers = gstmultifdsink.h glib_enum_define = GST_MULTI_FD_SINK |