summaryrefslogtreecommitdiff
path: root/tests/fate/screen.mak
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fate/screen.mak')
-rw-r--r--tests/fate/screen.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fate/screen.mak b/tests/fate/screen.mak
index 14c5089a27..cc29d2251c 100644
--- a/tests/fate/screen.mak
+++ b/tests/fate/screen.mak
@@ -30,13 +30,13 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, FRAPS) += $(FATE_FRAPS)
fate-fraps: $(FATE_FRAPS)
FATE_G2M += fate-g2m2
-fate-g2m2: CMD = framecrc -i $(TARGET_SAMPLES)/g2m/g2m2.asf -an
+fate-g2m2: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/g2m/g2m2.asf -an
FATE_G2M += fate-g2m3
-fate-g2m3: CMD = framecrc -i $(TARGET_SAMPLES)/g2m/g2m3.asf -frames:v 20
+fate-g2m3: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/g2m/g2m3.asf -frames:v 20
FATE_G2M += fate-g2m4
-fate-g2m4: CMD = framecrc -i $(TARGET_SAMPLES)/g2m/g2m4.asf
+fate-g2m4: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/g2m/g2m4.asf
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, G2M) += $(FATE_G2M)
fate-g2m: $(FATE_G2M)