summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-22 09:35:40 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-22 09:35:40 +0000
commit8f0a61620dec3774798afc9ce42ff69b9e87e9e0 (patch)
tree9b1fd72a2e789da676224b83fbf2a6b9b06c96a4 /configure
parenta968e365c9052bc99a3e8ae462321af46f799649 (diff)
fixed -msse stuff
Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index cf20f58b69..59f5b798b2 100755
--- a/configure
+++ b/configure
@@ -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