mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
fate/vpx: Remove unused define parameters
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
120aa6173c
commit
38ef9cf39e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue