diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-27 12:00:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-27 12:00:11 +0000 |
commit | ce7fc9babc01b8c3c177400dfbf891e31e63d649 (patch) | |
tree | 6266a8a483595b751b08f565375bace287865812 /cpudetect.c | |
parent | 8787793a7887c9fdc4a1ee96205c14d58c0cb261 (diff) | |
download | mpv-ce7fc9babc01b8c3c177400dfbf891e31e63d649.tar.bz2 mpv-ce7fc9babc01b8c3c177400dfbf891e31e63d649.tar.xz |
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
Diffstat (limited to 'cpudetect.c')
-rw-r--r-- | cpudetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |