mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
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:
parent
284ee0b84a
commit
0f3b7b010e
5 changed files with 15 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue