]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blob - src/Makefile.am
ducatih264enc: add h264 encoder
[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         gstducatibufferpool.h \
14         gstducati.h
16 # sources used to compile this plug-in
17 libgstducati_la_SOURCES = \
18         gstducatirvdec.c \
19         gstducativp7dec.c \
20         gstducativp6dec.c \
21         gstducativc1dec.c \
22         gstducatimpeg2dec.c \
23         gstducatimpeg4dec.c \
24         gstducatih264dec.c \
25         gstducatividdec.c \
26         gstducatibufferpool.c \
27         gstducatih264enc.c \
28         gstducati.c \
29         $(noinst_HEADERS)
31 # compiler and linker flags used to compile this plugin, set in configure.ac
32 libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS) -DGST_USE_UNSTABLE_API
33 libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS) -lgstvideo-0.10 -lgstbasevideo-0.10
34 libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS) --no-undefined
35 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static