summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-31 01:43:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-31 01:43:24 +0000
commit7d2284e42d7565eccbdcaed76c8005a1b1b32996 (patch)
treed85c5b13ea826b1f1d300784a6381f6fa95fc153 /configure
parentee0ea7341dc245d9bf19fb9bde7bf3d38a3b5309 (diff)
downloadmpv-7d2284e42d7565eccbdcaed76c8005a1b1b32996.tar.bz2
mpv-7d2284e42d7565eccbdcaed76c8005a1b1b32996.tar.xz
Fix looooooongstanding bug:
Only check for processor features when they are set to autodetection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22087 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 720c7b6ce6..9fe1a733ad 100755
--- a/configure
+++ b/configure
@@ -1474,7 +1474,7 @@ if x86 ; then
-e s/xmm/sse/ -e s/kni/sse/`
for ext in $pparam ; do
- eval _$ext=auto && eval _$ext=yes
+ eval test \$_$ext = auto 2>/dev/null && eval _$ext=yes
done
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.