mirror of https://github.com/mpv-player/mpv
cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4830ec1716
commit
6b3fb8a7c9
|
@ -1128,21 +1128,21 @@ EOF
|
||||||
cpuopt=-mcpu
|
cpuopt=-mcpu
|
||||||
fi
|
fi
|
||||||
if test "$_runtime_cpudetection" = no ; then
|
if test "$_runtime_cpudetection" = no ; then
|
||||||
case "$pvendor" in
|
case "$pvendor" in
|
||||||
AuthenticAMD)
|
AuthenticAMD)
|
||||||
proc=k8;;
|
proc=k8;;
|
||||||
GenuineIntel)
|
GenuineIntel)
|
||||||
case "$pmodel" in
|
case "$pmodel" in
|
||||||
6) proc=core2;;
|
6) proc=core2;;
|
||||||
|
*)
|
||||||
|
# 64-bit prescotts exist, but as far as GCC is concerned they
|
||||||
|
# have the same capabilities as a nocona.
|
||||||
|
proc=nocona;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# 64-bit prescotts exist, but as far as GCC is concerned they have the
|
proc=error;;
|
||||||
# same capabilities as a nocona.
|
|
||||||
proc=nocona;;
|
|
||||||
esac
|
esac
|
||||||
;;
|
|
||||||
*)
|
|
||||||
proc=error;;
|
|
||||||
esac
|
|
||||||
fi # test "$_runtime_cpudetection" = no
|
fi # test "$_runtime_cpudetection" = no
|
||||||
|
|
||||||
echocheck "GCC & CPU optimization abilities"
|
echocheck "GCC & CPU optimization abilities"
|
||||||
|
|
Loading…
Reference in New Issue