diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-01 19:31:25 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-12 17:19:27 +0100 |
commit | 0f94c0b1b68a751a9e35293e723677338ecd1e90 (patch) | |
tree | f1483316bf88a55b81a26fc28212eec8b21529ad /tests | |
parent | 4d3b144c5ea824193019019d33740a1ae9e0bb69 (diff) | |
download | ffmpeg-0f94c0b1b68a751a9e35293e723677338ecd1e90.tar.gz |
fate: vp3: Fix fate-vp3-coeff-level64 test dependencies
Also rename the test to reflect that the video track is Theora, not VP3.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/vpx.mak | 8 | ||||
-rw-r--r-- | tests/ref/fate/theora-coeff-level64 (renamed from tests/ref/fate/vp3-coeff-level64) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 4f20e271da..b881c0a31c 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -1,10 +1,10 @@ -FATE_VP3-$(CONFIG_MATROSKA_DEMUXER) += fate-vp3-coeff-level64 -fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv +FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64 +fate-theora-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv -FATE_VP3-$(CONFIG_AVI_DEMUXER) += fate-vp31 +FATE_VP3-$(call DEMDEC, AVI, VP3) += fate-vp31 fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi -FATE_SAMPLES_AVCONV-$(CONFIG_VP3_DECODER) += $(FATE_VP3-yes) +FATE_SAMPLES_AVCONV += $(FATE_VP3-yes) fate-vp3: $(FATE_VP3-yes) FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, VP5) += fate-vp5 diff --git a/tests/ref/fate/vp3-coeff-level64 b/tests/ref/fate/theora-coeff-level64 index d6abb62f70..d6abb62f70 100644 --- a/tests/ref/fate/vp3-coeff-level64 +++ b/tests/ref/fate/theora-coeff-level64 |