examples: override -Werror
authorTim-Philipp Müller <tim@centricular.com>
Sun, 20 May 2018 22:48:39 +0000 (23:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 21 May 2018 08:30:41 +0000 (09:30 +0100)
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

examples/c/Makefile.am

index 35c9d0e..32b4e49 100644 (file)
@@ -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)