]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blob - src/Makefile.am
68069a310d5ec8efa0de7fdfcab6f47365412df3
[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         gstducatijpegdec.h \
13         gstducatividdec.h \
14         gstducatih264enc.h \
15         gstducatimpeg4enc.h \
16         gstducatividenc.h \
17         gstducatibufferpriv.h \
18         gstducati.h
20 # sources used to compile this plug-in
21 libgstducati_la_SOURCES = \
22         gstducatirvdec.c \
23         gstducativp7dec.c \
24         gstducativp6dec.c \
25         gstducativc1dec.c \
26         gstducatimpeg2dec.c \
27         gstducatimpeg4dec.c \
28         gstducatih264dec.c \
29         gstducatijpegdec.c \
30         gstducatividdec.c \
31         gstducatih264enc.c \
32         gstducatimpeg4enc.c \
33         gstducatividenc.c \
34         gstducatibufferpriv.c \
35         gstducati.c \
36         $(noinst_HEADERS)
38 # compiler and linker flags used to compile this plugin, set in configure.ac
39 libgstducati_la_CFLAGS = \
40         $(GST_CFLAGS) \
41         $(LIBDCE_CFLAGS) \
42         -Wno-unused-variable \
43         -DGST_USE_UNSTABLE_API
45 libgstducati_la_LIBADD = \
46         $(GST_LIBS) \
47         $(LIBDCE_LIBS) \
48         -lgstdmabuf-0.10 \
49         -lgstdrm-0.10 \
50         -lgstvideo-0.10 \
51         -lgstbasevideo-0.10
53 libgstducati_la_LDFLAGS = \
54         $(GST_PLUGIN_LDFLAGS) \
55         $(GST_ALL_LDFLAGS) \
56         --no-undefined
58 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static