[MPlayer-cvslog] r28320 - trunk/cpudetect.c
diego
subversion at mplayerhq.hu
Fri Jan 16 02:11:16 CET 2009
Author: diego
Date: Fri Jan 16 02:11:16 2009
New Revision: 28320
Log:
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
Modified:
trunk/cpudetect.c
Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c Thu Jan 15 18:21:25 2009 (r28319)
+++ trunk/cpudetect.c Fri Jan 16 02:11:16 2009 (r28320)
@@ -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
More information about the MPlayer-cvslog
mailing list