summaryrefslogtreecommitdiff
path: root/tests/fate/avformat.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2018-08-08 22:06:38 +0200
committerDiego Biurrun <diego@biurrun.de>2019-02-16 18:15:55 +0100
commitf8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b (patch)
tree65b36dcd8a7744bd2a36f4fd305ce5f2c6b090f3 /tests/fate/avformat.mak
parent618d02c1fa9e74d490cace64a7d15762656b521c (diff)
tests: Add a convenience function for video-only lavf tests
Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
Diffstat (limited to 'tests/fate/avformat.mak')
-rw-r--r--tests/fate/avformat.mak10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/fate/avformat.mak b/tests/fate/avformat.mak
deleted file mode 100644
index 7c984e4fcd..0000000000
--- a/tests/fate/avformat.mak
+++ /dev/null
@@ -1,10 +0,0 @@
-FATE_LAVF-$(call ENCDEC, GIF, IMAGE2) += gif
-FATE_LAVF-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg
-
-FATE_LAVF += $(FATE_LAVF-yes:%=fate-lavf-%)
-
-$(FATE_LAVF): $(AREF) $(VREF)
-$(FATE_LAVF): CMD = lavftest
-
-FATE_AVCONV += $(FATE_LAVF)
-fate-lavf: $(FATE_LAVF)