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:
parent
7e49dad23b
commit
f0bc2dc05b
@ -3,6 +3,9 @@ plugin_LTLIBRARIES = libgstbayer.la
|
|||||||
ORC_SOURCE=gstbayerorc
|
ORC_SOURCE=gstbayerorc
|
||||||
include $(top_srcdir)/common/orc.mak
|
include $(top_srcdir)/common/orc.mak
|
||||||
|
|
||||||
|
# orc-generated code creates warnings
|
||||||
|
ERROR_CFLAGS=
|
||||||
|
|
||||||
libgstbayer_la_SOURCES = \
|
libgstbayer_la_SOURCES = \
|
||||||
gstbayer.c \
|
gstbayer.c \
|
||||||
gstbayer2rgb.c \
|
gstbayer2rgb.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user