# HG changeset patch # User diego # Date 1232068276 0 # Node ID 107b2f961b9aef6a7c54cc336d7e6ae39af12f1b # Parent 571a7cfb4073e3db50608eb8acd6d862ef6064b0 one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com diff -r 571a7cfb4073 -r 107b2f961b9a cpudetect.c --- 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