diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:35:40 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 09:35:40 +0000 |
commit | 8f0a61620dec3774798afc9ce42ff69b9e87e9e0 (patch) | |
tree | 9b1fd72a2e789da676224b83fbf2a6b9b06c96a4 | |
parent | a968e365c9052bc99a3e8ae462321af46f799649 (diff) | |
download | ffmpeg-8f0a61620dec3774798afc9ce42ff69b9e87e9e0.tar.gz |
fixed -msse stuff
Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |