mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
examples: override -Werror
Don't want to error out on deprecated API warnings and such. Just drop -Werror for the examples until someone updates them to recent gtk3 API. Maybe showing the warnings will motivate someone. https://bugzilla.gnome.org/show_bug.cgi?id=796243
This commit is contained in:
parent
6c26b44f46
commit
d56d224142
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ noinst_PROGRAMS = \
|
|||
play_timeline_with_one_clip \
|
||||
$(graphical)
|
||||
|
||||
ERROR_CFLAGS=
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
AM_LDFLAGS = -export-dynamic
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
|
||||
|
|
Loading…
Reference in a new issue