summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 17:53:50 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 17:54:22 +0000
commit260e2e74271664868e36e44131ae214a06f12aed (patch)
treeaec037142b4665901022a23a320e205bc45d6f45 /gst
parent4d0e83c48d064eb7cbbdaccfe72f9bce211f7c49 (diff)
downloadgstreamer-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.am3
-rw-r--r--gst/multifdsink/Makefile.am3
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