From ce7fc9babc01b8c3c177400dfbf891e31e63d649 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 27 Dec 2008 12:00:11 +0000 Subject: Set and use only ARCH_PPC, not also ARCH_POWERPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28196 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index a20baa88cd..3860cc9a17 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -570,7 +570,7 @@ void GetCpuCaps( CpuCaps *caps) mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: ARM\n"); #endif -#ifdef ARCH_POWERPC +#ifdef ARCH_PPC mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: PowerPC\n"); #endif -- cgit v1.2.3