From f77dddfcc33dc01da561506f948a6d1f793685f7 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 10 Apr 2009 17:46:42 +0000 Subject: Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/codec-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 7df4286d82..5897f03a4a 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -387,7 +387,7 @@ fi if [ -n "$do_ac3" ] ; then do_audio_encoding ac3.rm "" -vn -# gcc 2.95.3 compiled binaries decode ac3 differently because of missing SSE support +# binaries configured with --disable-sse decode ac3 differently #do_audio_decoding #$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile fi -- cgit v1.2.3