diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-29 22:11:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-29 22:11:05 +0000 |
commit | 13c2469d7fc6d10acfcb651c2cadf482f43cc4eb (patch) | |
tree | 89beeaed08aec21a974563eed2c45057c9286ab1 /configure | |
parent | 6d1feb028f5e245477da71848e702388dca91ce0 (diff) | |
download | ffmpeg-13c2469d7fc6d10acfcb651c2cadf482f43cc4eb.tar.gz |
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
Originally committed as revision 4317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -938,7 +938,7 @@ return 0; EOF builtin_vector=no -if $cc -o $TMPO $TMPC 2> /dev/null ; then +if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then builtin_vector=yes fi |