summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-extraction-data/video/Makefile.am
blob: 0917aded0713c3d50a0c6efa23c76af8c34f46e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
videotestdir = $(datadir)/tracker-tests/test-extraction-data/video

videotest_DATA =

videos =                                                \
	video-1.mp4                                    	\
	video-1.expected                               	\
	video-2.mov                                    	\
	video-2.expected

# This should be GSTREAMER OR LIBXINE OR GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
if HAVE_GSTREAMER
videotest_DATA += $(videos)
endif

EXTRA_DIST = $(videos)