aboutsummaryrefslogtreecommitdiffstats
blob: 967ffd8e02dec94b97d1ac20aae8e405650d00b2 (plain) (blame)
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
35
36
SUBDIRS = kernels

plugin_LTLIBRARIES = libgstdsp66.la

# headers we need but don't want installed
noinst_HEADERS = \
	gstdsp66videokernel.h \
	gstdsp66.h

# sources used to compile this plug-in
libgstdsp66_la_SOURCES = \
	gstdsp66videokernel.c \
	gstdsp66.c \
	$(noinst_HEADERS)


# compiler and linker flags used to compile this plugin, set in configure.ac
libgstdsp66_la_CFLAGS = \
	$(GST_CFLAGS) \
	$(LIBDCE_CFLAGS) \
        -Wno-unused-variable \
	-DGST_USE_UNSTABLE_API

libgstdsp66_la_LIBADD = \
	$(GST_LIBS) \
	-lgstvideo-1.0 \
	-loclconv

libgstdsp66_la_LDFLAGS = \
	$(GST_PLUGIN_LDFLAGS) \
	$(GST_ALL_LDFLAGS) \
	-L./kernels/oclconv
	--no-undefined

libgstdsp66_la_LIBTOOLFLAGS = --tag=disable-static