summaryrefslogtreecommitdiff
path: root/gst/bayer
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-08-02 23:53:08 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-08-02 23:53:08 +0100
commitf0bc2dc05bad84d009a24c19e9b2d6de81f86c3a (patch)
tree306f076174a2b822278f238b0a426249cabc73ee /gst/bayer
parent7e49dad23ba349da2dbf5acdc1004c42486783c2 (diff)
downloadgstreamer-plugins-bad-f0bc2dc05bad84d009a24c19e9b2d6de81f86c3a.tar.gz
bayer: back around compiler warnings in orc-generated code by disabling -Werror for this plugin
https://bugzilla.gnome.org/show_bug.cgi?id=652677
Diffstat (limited to 'gst/bayer')
-rw-r--r--gst/bayer/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \