Commit 4266362b authored by cehoyos's avatar cehoyos

Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and

not disabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b7a2188
...@@ -387,7 +387,7 @@ fi ...@@ -387,7 +387,7 @@ fi
if [ -n "$do_ac3" ] ; then if [ -n "$do_ac3" ] ; then
do_audio_encoding ac3.rm "" -vn 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 #do_audio_decoding
#$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile #$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment