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 d20a01f383eb6af8c4b8e65c1b3d8ae8e97d74d1..0ce3f5d75c588db588b1f964625cf47b668ec4a9 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 b7f22d693560101832224b514d0c36ef24c95c3e..d700b68456b77728374c81cf28ef01c9620a8af8 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 bfcb02824f44fbb225c91d97115d253d1165144d..bdaf24ba33110c847326ddf77f12d75fe57b0a41 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 efcf785bc7fab727aa1092955a7d630e397bee71..4441fb558d61f0a726f0898ec1bb3846fa78f335 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 f636e816f4c5ca5720b0979c31fe6ff94fd957c5..0f57d3fa5ebc228692ff8034bb20ee1011bb5b13 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)