changeset 28285:107b2f961b9a

one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
author diego
date Fri, 16 Jan 2009 01:11:16 +0000
parents 571a7cfb4073
children aeb2f9d93b14
files cpudetect.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpudetect.c	Thu Jan 15 17:21:25 2009 +0000
+++ b/cpudetect.c	Fri Jan 16 01:11:16 2009 +0000
@@ -566,7 +566,7 @@
 	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