diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-27 13:00:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-27 13:07:03 +0200 |
commit | 233d1acb7095b3dc89975cd4598c294cc4c08887 (patch) | |
tree | d16203856a8189a7ccfee5625f49994930cf7e6b /tests/fate/microsoft.mak | |
parent | f183febcdafb9f59d24afa752461a4d62e3bcf93 (diff) | |
download | ffmpeg-233d1acb7095b3dc89975cd4598c294cc4c08887.tar.gz |
tests/fate/microsoft: add -flags +bitexact to ilaced_twomv
Should fix fate failure on alpha and pre sse2 x86
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/microsoft.mak')
-rw-r--r-- | tests/fate/microsoft.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index f73b265eaa..4e8ae51116 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -58,7 +58,7 @@ FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa20021 fate-vc1_sa20021: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA20021.vc1 FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_ilaced_twomv -fate-vc1_ilaced_twomv: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/ilaced_twomv.vc1 +fate-vc1_ilaced_twomv: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vc1/ilaced_twomv.vc1 FATE_VC1-$(CONFIG_MOV_DEMUXER) += fate-vc1-ism fate-vc1-ism: CMD = framecrc -i $(TARGET_SAMPLES)/isom/vc1-wmapro.ism -an |