summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-01 17:02:04 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-01 17:15:57 +0100
commitb5cedf8b66c79bcc380d66dec0b850c8d7797c45 (patch)
tree51326e64fef833fd8661202a7432b64ba12fb924 /tests/fate
parent13c39e96767737b4377c26e76d91f90922e24acc (diff)
fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()
This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/mp3.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak
index bd0657d21f..2181fa6a25 100644
--- a/tests/fate/mp3.mak
+++ b/tests/fate/mp3.mak
@@ -34,3 +34,7 @@ FATE_SAMPLES_AVCONV += $(FATE_MP3)
fate-mp3: $(FATE_MP3)
$(FATE_MP3): CMP = stddev
$(FATE_MP3): FUZZ = 0.07
+
+ifdef HAVE_NEON
+fate-mp3-float-conf-hecommon: FUZZ = 0.70
+endif