From 8f0a61620dec3774798afc9ce42ff69b9e87e9e0 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 22 Jan 2003 09:35:40 +0000 Subject: [PATCH] fixed -msse stuff Originally committed as revision 1489 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 --- 1 file changed, 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