]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blob - src/Makefile.am
viddec: add profiling traces for process call
[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         gstducatih264dec.h \
6         gstducatividdec.h \
7         gstducati.h
9 # sources used to compile this plug-in
10 libgstducati_la_SOURCES = \
11         gstducatih264dec.c \
12         gstducatividdec.c \
13         gstducati.c \
14         $(noinst_HEADERS)
16 # compiler and linker flags used to compile this plugin, set in configure.ac
17 libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS)
18 libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS)
19 libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS)
20 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static