Commit c970d029 authored by bellard's avatar bellard

fixed -msse stuff


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 97733c69
......@@ -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
......
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