bayer: back around compiler warnings in orc-generated code by disabling -Werror for this plugin

https://bugzilla.gnome.org/show_bug.cgi?id=652677
This commit is contained in:
Tim-Philipp Müller 2011-08-02 23:53:08 +01:00
parent 7e49dad23b
commit f0bc2dc05b

View file

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