Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-29 12:10:09 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-31 13:45:41 +0300
commit38ef9cf39e41d21e57f51bd1f2f30d98158d18bc (patch)
tree81b4e3022aa63b724e44f030d16cf88dc681fe5d /tests
parent120aa6173c732027fd5817b494dd558a0e6d7afe (diff)
fate/vpx: Remove unused define parameters
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/vpx.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 9b27a4a657..e18f3df38b 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -88,9 +88,9 @@ FATE_SAMPLES_AVCONV += $(FATE_VP8-yes)
fate-vp8: $(FATE_VP8-yes)
define FATE_VP9_SUITE
-FATE_VP9-$(call FRAMEMD5, MATROSKA, VP9) += fate-vp9$(2)-$(1)
-fate-vp9$(2)-$(1): CMD = framemd5 $(3) -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-$(1).webm
-fate-vp9$(2)-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp9-$(1)
+FATE_VP9-$(call FRAMEMD5, MATROSKA, VP9) += fate-vp9-$(1)
+fate-vp9-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-$(1).webm
+fate-vp9-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp9-$(1)
endef
define FATE_VP9_PROFILE_SUITE