fixed -msse stuff

Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-01-22 09:35:40 +00:00
parent a968e365c9
commit 8f0a61620d
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -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