[MPlayer-cvslog] r28320 - trunk/cpudetect.c

Aurelien Jacobs aurel at gnuage.org
Fri Jan 16 02:44:31 CET 2009


diego wrote:

> 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

I guess this should be a #if...

Aurel



More information about the MPlayer-cvslog mailing list