[MPlayer-cvslog] r23307 - in trunk/libswscale: Makefile internal_bfin.S swscale.c swscale.h swscale_internal.h yuv2rgb.c yuv2rgb_bfin.c

Ivo ivop at euronet.nl
Thu May 17 11:27:30 CEST 2007


On Sunday 13 May 2007 21:22, gpoirier wrote:
> Modified: trunk/libswscale/swscale.h
> =========================================================================
>===== --- trunk/libswscale/swscale.h	(original)
> +++ trunk/libswscale/swscale.h	Sun May 13 21:22:32 2007
> @@ -74,6 +74,7 @@ extern "C" {
>  #define SWS_CPU_CAPS_MMX2     0x20000000
>  #define SWS_CPU_CAPS_3DNOW    0x40000000
>  #define SWS_CPU_CAPS_ALTIVEC  0x10000000
> +#define SWS_CPU_CAPS_BFIN     0x01000000

Marc, why did you skip three bits? Why not 0x08000000?

--Ivo



More information about the MPlayer-cvslog mailing list