directfb: don't error out for warnings in system headers

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
This commit is contained in:
Tim-Philipp Müller 2018-05-25 19:49:34 +01:00
parent 19f4585181
commit 88fec19ba2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# directfb headers on debian will trigger redundant redeclaration warnings
ERROR_CFLAGS=
plugin_LTLIBRARIES = libgstdfbvideosink.la

View file

@ -1,3 +1,6 @@
# directfb headers on debian will trigger redundant redeclaration warnings
ERROR_CFLAGS=
noinst_PROGRAMS = gstdfb
gstdfb_SOURCES = gstdfb.c