[MPlayer-cvslog] r30924 - in trunk: configure cpudetect.c
diego
subversion at mplayerhq.hu
Wed Mar 17 15:09:10 CET 2010
Author: diego
Date: Wed Mar 17 15:09:09 2010
New Revision: 30924
Log:
Rename SGI_MIPS architecture to plain MIPS.
Modified:
trunk/configure
trunk/cpudetect.c
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Mar 17 14:55:59 2010 (r30923)
+++ trunk/configure Wed Mar 17 15:09:09 2010 (r30924)
@@ -1765,7 +1765,7 @@ def_fast_64bit='#define HAVE_FAST_64BIT
def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0'
def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 0'
def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 0'
-arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC'
+arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC'
subarch_all='X86_32 X86_64 PPC64'
case "$host_arch" in
i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
@@ -2323,9 +2323,9 @@ EOF
;;
mips)
- arch='sgi_mips'
- target_arch='ARCH_SGI_MIPS = yes'
- iproc='sgi-mips'
+ arch='mips'
+ target_arch='ARCH_MIPS = yes'
+ iproc='mips'
if irix ; then
echocheck "CPU type"
Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c Wed Mar 17 14:55:59 2010 (r30923)
+++ trunk/cpudetect.c Wed Mar 17 15:09:09 2010 (r30924)
@@ -535,8 +535,8 @@ if (ARCH_PPC)
if (ARCH_ALPHA)
mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: Digital Alpha\n");
-if (ARCH_SGI_MIPS)
- mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: SGI MIPS\n");
+if (ARCH_MIPS)
+ mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: MIPS\n");
if (ARCH_PA_RISC)
mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: Hewlett-Packard PA-RISC\n");
More information about the MPlayer-cvslog
mailing list