build: ignore GValueArray deprecation warnings for the time being
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 16:40:51 +0000 (16:40 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 16:40:51 +0000 (16:40 +0000)
until this gets sorted out with the GLib folks and we have a
viable alternative.

https://bugzilla.gnome.org/show_bug.cgi?id=667228

ext/annodex/Makefile.am
gst/audiofx/Makefile.am
gst/rtpmanager/Makefile.am
tests/examples/audiofx/Makefile.am
tests/examples/rtp/Makefile.am

index d20a01f..0ce3f5d 100644 (file)
@@ -1,5 +1,8 @@
 plugin_LTLIBRARIES = libgstannodex.la
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 libgstannodex_la_SOURCES = \
        gstannodex.c \
        gstcmmlutils.c \
index b7f22d6..d700b68 100644 (file)
@@ -2,6 +2,9 @@
 
 plugin_LTLIBRARIES = libgstaudiofx.la
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 # sources used to compile this plug-in
 libgstaudiofx_la_SOURCES = audiofx.c\
        audiopanorama.c \
index bfcb028..bdaf24b 100644 (file)
@@ -1,5 +1,8 @@
 plugin_LTLIBRARIES = libgstrtpmanager.la
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 glib_enum_define = GST_RTP_BIN
 glib_gen_prefix = gst_rtp_bin
 glib_gen_basename = gstrtpbin
index efcf785..4441fb5 100644 (file)
@@ -1,5 +1,8 @@
 noinst_PROGRAMS = firfilter-example iirfilter-example
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 firfilter_example_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 firfilter_example_LDADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstfft-@GST_MAJORMINOR@ $(LIBM)
 
index f636e81..0f57d3f 100644 (file)
@@ -1,5 +1,8 @@
 noinst_PROGRAMS = server-alsasrc-PCMA client-PCMA
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 server_alsasrc_PCMA_SOURCES = server-alsasrc-PCMA.c
 server_alsasrc_PCMA_CFLAGS = $(GST_CFLAGS)
 server_alsasrc_PCMA_LDADD = $(GST_LIBS) $(LIBM)