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
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-12-01 21:54:30 +0400
committerDiego Biurrun <diego@biurrun.de>2013-01-12 20:19:27 +0400
commit4d3b144c5ea824193019019d33740a1ae9e0bb69 (patch)
tree8815a7e54d619e87b34c53b34ae9ee0545bdc707 /tests/fate/vpx.mak
parentf89466ad6fd69ea570790e9227e612a751703a37 (diff)
fate: cosmetics: Order some test entries
Diffstat (limited to 'tests/fate/vpx.mak')
-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 a870ea5d41..4f20e271da 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -1,9 +1,9 @@
-FATE_VP3-$(CONFIG_AVI_DEMUXER) += fate-vp31
-fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
-
FATE_VP3-$(CONFIG_MATROSKA_DEMUXER) += fate-vp3-coeff-level64
fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv
+FATE_VP3-$(CONFIG_AVI_DEMUXER) += fate-vp31
+fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
+
FATE_SAMPLES_AVCONV-$(CONFIG_VP3_DECODER) += $(FATE_VP3-yes)
fate-vp3: $(FATE_VP3-yes)