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
This commit is contained in:
Tim-Philipp Müller 2012-02-01 16:40:51 +00:00
parent 284ee0b84a
commit 0f3b7b010e
5 changed files with 15 additions and 0 deletions

View 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 \

View 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 \

View 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

View 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)

View 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)