From f0bc2dc05bad84d009a24c19e9b2d6de81f86c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Aug 2011 23:53:08 +0100 Subject: bayer: back around compiler warnings in orc-generated code by disabling -Werror for this plugin https://bugzilla.gnome.org/show_bug.cgi?id=652677 --- gst/bayer/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/bayer') diff --git a/gst/bayer/Makefile.am b/gst/bayer/Makefile.am index 69666ea2f..c980678fb 100644 --- a/gst/bayer/Makefile.am +++ b/gst/bayer/Makefile.am @@ -3,6 +3,9 @@ plugin_LTLIBRARIES = libgstbayer.la ORC_SOURCE=gstbayerorc include $(top_srcdir)/common/orc.mak +# orc-generated code creates warnings +ERROR_CFLAGS= + libgstbayer_la_SOURCES = \ gstbayer.c \ gstbayer2rgb.c \ -- cgit v1.2.1