summaryrefslogtreecommitdiff
path: root/tests/elements/Makefile.am
blob: 3c405ffa0a16c3703394275da823ef3b47338db9 (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
noinst_PROGRAMS = \
	test-vaapisink  \
	test-vaapipostproc  \
	$(NULL)

TEST_CFLAGS = \
	-DGST_USE_UNSTABLE_API		\
	$(GST_CFLAGS)			\
	$(GST_VIDEO_CFLAGS)		\
	$(NULL)

TEST_LIBS = \
	$(GST_LIBS) 			\
	$(GST_VIDEO_LIBS)		\
	$(NULL)

test_vaapisink_SOURCES	= test-vaapisink.c
test_vaapisink_CFLAGS	= $(TEST_CFLAGS)
test_vaapisink_LDADD	= $(TEST_LIBS)

test_vaapipostproc_SOURCES	= test-vaapipostproc.c
test_vaapipostproc_CFLAGS	= $(TEST_CFLAGS)
test_vaapipostproc_LDADD	= $(TEST_LIBS)

-include $(top_srcdir)/git.mk