forked from FFmpeg/FFmpeg
fixed -msse stuff
Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a968e365c9
commit
8f0a61620d
1 changed files with 0 additions and 3 deletions
3
configure
vendored
3
configure
vendored
|
@ -509,9 +509,6 @@ EOF
|
|||
builtin_vector=no
|
||||
if $cc -o $TMPO $TMPC 2> /dev/null ; then
|
||||
builtin_vector=yes
|
||||
if test "$mmx" = "yes" ; then
|
||||
CFLAGS="$CFLAGS -msse"
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue