]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blob - src/Makefile.am
Initial port to omapdce
[glsdk/gst-plugin-ducati.git] / src / Makefile.am
1 plugin_LTLIBRARIES = libgstducati.la
3 # headers we need but don't want installed
4 noinst_HEADERS = \
5         gstducatirvdec.h \
6         gstducativp7dec.h \
7         gstducativp6dec.h \
8         gstducativc1dec.h \
9         gstducatimpeg2dec.h \
10         gstducatimpeg4dec.h \
11         gstducatih264dec.h \
12         gstducatividdec.h \
13         gstducatih264enc.h \
14         gstducatimpeg4enc.h \
15         gstducatividenc.h \
16         gstducatibufferpool.h \
17         gstducatibuffer.h \
18         gstducatidrmbuffer.h \
19         gstducati.h
21 # sources used to compile this plug-in
22 libgstducati_la_SOURCES = \
23         gstducatirvdec.c \
24         gstducativp7dec.c \
25         gstducativp6dec.c \
26         gstducativc1dec.c \
27         gstducatimpeg2dec.c \
28         gstducatimpeg4dec.c \
29         gstducatih264dec.c \
30         gstducatividdec.c \
31         gstducatibufferpool.c \
32         gstducatibuffer.c \
33         gstducatidrmbuffer.c \
34         gstducati.c \
35         $(noinst_HEADERS)
37 # compiler and linker flags used to compile this plugin, set in configure.ac
38 libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS) -DGST_USE_UNSTABLE_API
39 libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS) -lgstvideo-0.10 -lgstbasevideo-0.10
40 libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS) --no-undefined
41 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static