build: ignore GValueArray deprecation warnings for the time being
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 17:53:50 +0000 (17:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Feb 2012 17:54:22 +0000 (17:54 +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

gst/mpegtsdemux/Makefile.am
gst/multifdsink/Makefile.am
tests/examples/opencv/gst_element_print_properties.c
tests/examples/scaletempo/Makefile.am

index 55b57d960073714e03bcb3acc5c6e402b24409be..10e3f39e08a5846126e5c46be8b63335b245c168 100644 (file)
@@ -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 \
index 6d9b5b5f887e9cebf53f923e79ffdbf3820b68a0..adaf5d6cd58416fed0b0a3755bbbe4bf527423f6 100644 (file)
@@ -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
index e91188b52bf7832afca9d718812a632da12b5a4a..b28740668416b57faec3661b17abae1c03afc0c0 100644 (file)
@@ -20,6 +20,9 @@
  *
  */
 
+/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
 
 #include <gst/gst.h>
 #include <string.h>
index 5cdf3c7f0d1a0fc6df54d6483cd5c5aa9026fb0e..33e6bc92e6b40d8a375fd05ec4e8cdb4636365ac 100644 (file)
@@ -1,5 +1,8 @@
 noinst_PROGRAMS = scaletempo-demo
 
+# FIXME 0.11: ignore GValueArray warnings for now until this is sorted
+ERROR_CFLAGS=
+
 scaletempo_demo_SOURCES = demo-main.c demo-player.c demo-gui.c
 scaletempo_demo_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) 
 scaletempo_demo_LDFLAGS = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GTK_LIBS) -lgstinterfaces-@GST_MAJORMINOR@