summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-extraction-data/video/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/test-extraction-data/video/Makefile.am')
-rw-r--r--tests/functional-tests/test-extraction-data/video/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/functional-tests/test-extraction-data/video/Makefile.am b/tests/functional-tests/test-extraction-data/video/Makefile.am
deleted file mode 100644
index 796cc3cc2..000000000
--- a/tests/functional-tests/test-extraction-data/video/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-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 GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
-if HAVE_GSTREAMER
-videotest_DATA += $(videos)
-endif
-
-EXTRA_DIST = $(videos)