diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-08-23 12:27:27 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-08-23 12:27:27 +0000 |
commit | 1c109780868ec2454a6491fa232873511d9eeb06 (patch) | |
tree | 788ed93519c1bd2c417e6235c3da5e56488417c8 | |
parent | 680aefa2fe54e8801d80f64918ada6c98f62617e (diff) | |
download | ffmpeg-1c109780868ec2454a6491fa232873511d9eeb06.tar.gz |
fix fate breakage, 10l to me (too much copy and pasting)
Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/fate/mp3.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak index d2aba5fe64..4177934383 100644 --- a/tests/fate/mp3.mak +++ b/tests/fate/mp3.mak @@ -36,4 +36,4 @@ fate-mp3-float-conf-si_block: REF = $(SAMPLES)/mp3-conformance/si_block.pcm FATE_TESTS += $(FATE_MP3) fate-mp3: $(FATE_MP3) $(FATE_MP3): CMP = stddev -$(FATE_AAC): FUZZ = 0.07 +$(FATE_MP3): FUZZ = 0.07 |