directfb: don't error out for warnings in system headers
authorTim-Philipp Müller <tim@centricular.com>
Fri, 25 May 2018 18:49:34 +0000 (19:49 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 28 May 2018 09:43:37 +0000 (10:43 +0100)
On debian system headers trigger compiler warnings like these,
don't error out on them:
/usr/include/directfb/direct/os/linux/glibc/waitqueue.h:95:1: note: previous definition of ‘direct_waitqueue_signal’ was here

ext/directfb/Makefile.am
tests/examples/directfb/Makefile.am

index bb7c8f9..a32ab04 100644 (file)
@@ -1,3 +1,5 @@
+# directfb headers on debian will trigger redundant redeclaration warnings
+ERROR_CFLAGS=
 
 plugin_LTLIBRARIES = libgstdfbvideosink.la
 
index 09342f6..6985879 100644 (file)
@@ -1,3 +1,6 @@
+# directfb headers on debian will trigger redundant redeclaration warnings
+ERROR_CFLAGS=
+
 noinst_PROGRAMS = gstdfb
 
 gstdfb_SOURCES = gstdfb.c