mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
88fec19ba2
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
12 lines
293 B
Makefile
12 lines
293 B
Makefile
# directfb headers on debian will trigger redundant redeclaration warnings
|
|
ERROR_CFLAGS=
|
|
|
|
noinst_PROGRAMS = gstdfb
|
|
|
|
gstdfb_SOURCES = gstdfb.c
|
|
gstdfb_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
|
|
gstdfb_LDFLAGS = $(GST_LIBS) $(DIRECTFB_LIBS) $(LIBM)
|
|
|
|
EXTRA_DIST = \
|
|
decker.ttf dfblogo.png
|
|
|