decklink: fix timestamp tracking when pausing
[platform/upstream/gstreamer.git] / ext / directfb / Makefile.am
1 # directfb headers on debian will trigger redundant redeclaration warnings
2 ERROR_CFLAGS=
3
4 plugin_LTLIBRARIES = libgstdfbvideosink.la
5
6 libgstdfbvideosink_la_SOURCES =  dfbvideosink.c
7 libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
8                                $(DIRECTFB_CFLAGS)
9 libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
10                                -lgstvideo-$(GST_API_VERSION) \
11                                $(DIRECTFB_LIBS)
12 libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
13
14 noinst_HEADERS = dfbvideosink.h
15
16 noinst_PROGRAMS = dfb-example
17 dfb_example_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
18 dfb_example_LDADD = $(GST_LIBS) $(DIRECTFB_LIBS)