summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 14de718c5f23894a2f77d5a107a7c29a11d7e839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
plugin_LTLIBRARIES = libgstducati.la

# headers we need but don't want installed
noinst_HEADERS = \
	gstducatirvdec.h \
	gstducativp7dec.h \
	gstducativp6dec.h \
	gstducativc1dec.h \
	gstducatimpeg2dec.h \
	gstducatimpeg4dec.h \
	gstducatih264dec.h \
	gstducatividdec.h \
	gstducatibufferpool.h \
	gstducati.h

# sources used to compile this plug-in
libgstducati_la_SOURCES = \
	gstducatirvdec.c \
	gstducativp7dec.c \
	gstducativp6dec.c \
	gstducativc1dec.c \
	gstducatimpeg2dec.c \
	gstducatimpeg4dec.c \
	gstducatih264dec.c \
	gstducatividdec.c \
	gstducatibufferpool.c \
	gstducati.c \
	$(noinst_HEADERS)

# compiler and linker flags used to compile this plugin, set in configure.ac
libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS)
libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS) -lgstvideo-0.10
libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS) --no-undefined
libgstducati_la_LIBTOOLFLAGS = --tag=disable-static