Commit 8f0a6162 authored by Fabrice Bellard's avatar Fabrice Bellard

fixed -msse stuff

Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a968e365
......@@ -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