mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue