From 1279c23834949532592b620890fa12273a42d4a3 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 16 Jan 2009 01:11:16 +0000 Subject: [PATCH] one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28320 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpudetect.c b/cpudetect.c index 3860cc9a17..79566cc57b 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -566,7 +566,7 @@ void GetCpuCaps( CpuCaps *caps) mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: Sun Sparc\n"); #endif -#ifdef ARCH_ARMV4L +#ifdef ARCH_ARM mp_msg(MSGT_CPUDETECT,MSGL_INFO,"CPU: ARM\n"); #endif