[MPlayer-cvslog] r21756 - trunk/configure

diego subversion at mplayerhq.hu
Sun Dec 24 01:45:26 CET 2006


Author: diego
Date: Sun Dec 24 01:45:26 2006
New Revision: 21756

Modified:
   trunk/configure

Log:
cosmetics: Fix indentation after last commit.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Dec 24 01:45:26 2006
@@ -1128,21 +1128,21 @@
 	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"



More information about the MPlayer-cvslog mailing list