d985378dc9ecf46d735e4eac449e772c0bdcb6e4
1 plugin_LTLIBRARIES = libgstducati.la
3 # headers we need but don't want installed
4 noinst_HEADERS = \
5 gstducativp6dec.h \
6 gstducativc1dec.h \
7 gstducatimpeg4dec.h \
8 gstducatih264dec.h \
9 gstducatividdec.h \
10 gstducati.h
12 # sources used to compile this plug-in
13 libgstducati_la_SOURCES = \
14 gstducativp6dec.c \
15 gstducativc1dec.c \
16 gstducatimpeg4dec.c \
17 gstducatih264dec.c \
18 gstducatividdec.c \
19 gstducati.c \
20 $(noinst_HEADERS)
22 # compiler and linker flags used to compile this plugin, set in configure.ac
23 libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS)
24 libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS)
25 libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS)
26 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static