1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00

Bugfix for --disable-runtime-cpudetection

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5223 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ksorim 2002-03-20 15:28:26 +00:00
parent 2e1959effa
commit 8de170f53d

2
configure vendored
View File

@ -587,7 +587,7 @@ case "$host_arch" in
cat > $TMPC << EOF
int main(void) { return 0; }
EOF
if test "_$runtime_cpudetection" = "no" ; then
if test "$_runtime_cpudetection" = no ; then
if test "$proc" = "k7" ; then
cc_check -march=$proc -mcpu=$proc || proc=athlon
fi