summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-24 00:45:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-24 00:45:26 +0000
commit6b3fb8a7c9d7aed61456902b3dda5c2ca3b57717 (patch)
tree3259f1e3294348bdb269c845b04005cdf9db27d0 /configure
parent4830ec17168f27a564e0eab4712046ddddf7dbdc (diff)
downloadmpv-6b3fb8a7c9d7aed61456902b3dda5c2ca3b57717.tar.bz2
mpv-6b3fb8a7c9d7aed61456902b3dda5c2ca3b57717.tar.xz
cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 54a894f675..6a6f022a30 100755
--- a/configure
+++ b/configure
@@ -1128,21 +1128,21 @@ EOF
cpuopt=-mcpu
fi
if test "$_runtime_cpudetection" = no ; then
- case "$pvendor" in
- AuthenticAMD)
- proc=k8;;
- GenuineIntel)
- case "$pmodel" in
- 6) proc=core2;;
+ case "$pvendor" in
+ AuthenticAMD)
+ proc=k8;;
+ GenuineIntel)
+ case "$pmodel" in
+ 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
- # same capabilities as a nocona.
- proc=nocona;;
+ proc=error;;
esac
- ;;
- *)
- proc=error;;
- esac
fi # test "$_runtime_cpudetection" = no
echocheck "GCC & CPU optimization abilities"