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:
authorJames Almer <jamrial@gmail.com>2016-10-03 07:38:43 +0300
committerJames Almer <jamrial@gmail.com>2016-10-03 07:39:33 +0300
commiteb60256c20837cc8a6d868d08055dd2821ed35fd (patch)
tree4efff9014d272bae09f10dabaee0b9bd59371a7a /tests
parentcced8394b6e0a89585f3deed45d6c520fa993bad (diff)
fate: add bitexact decode flag to fate-svq3-watermark
Fixes failure with mmxext or 3dnow cpuflags enabled but ssse3 disabled Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/qt.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/qt.mak b/tests/fate/qt.mak
index 67ff387ad9..335ec44dc2 100644
--- a/tests/fate/qt.mak
+++ b/tests/fate/qt.mak
@@ -51,7 +51,7 @@ fate-svq1-headerswap: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/ct_ending_cut.mov
FATE_QT-$(call ALLYES, MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-svq3 fate-svq3-watermark
fate-svq3: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an
-fate-svq3-watermark: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
+fate-svq3-watermark: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
FATE_QT += $(FATE_QT-yes)