Browse Source

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

Carl Eugen Hoyos 16 years ago
parent
commit
f77dddfcc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/codec-regression.sh

+ 1 - 1
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