From d32a13a467e319ce7503f1cbeeeb27b09483556b Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 17 Mar 2010 14:09:09 +0000 Subject: Rename SGI_MIPS architecture to plain MIPS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30924 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index efaa88de37..c95aceea6c 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -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"); -- cgit v1.2.3