1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 18:32:08 +00:00

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
This commit is contained in:
diego 2007-01-31 01:43:24 +00:00
parent ee0ea7341d
commit 7d2284e42d

2
configure vendored
View File

@ -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.