mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
19f4585181
commit
88fec19ba2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# directfb headers on debian will trigger redundant redeclaration warnings
|
||||
ERROR_CFLAGS=
|
||||
|
||||
plugin_LTLIBRARIES = libgstdfbvideosink.la
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# directfb headers on debian will trigger redundant redeclaration warnings
|
||||
ERROR_CFLAGS=
|
||||
|
||||
noinst_PROGRAMS = gstdfb
|
||||
|
||||
gstdfb_SOURCES = gstdfb.c
|
||||
|
|
Loading…
Reference in a new issue