diff cpudetect.c @ 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 138bd0e1d9d8
children 3ec634fbcd27
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