[FFmpeg-cvslog] r27887 - trunk/libswscale/Makefile

Diego Biurrun diego
Mon Nov 3 22:56:28 CET 2008


On Mon, Nov 03, 2008 at 10:49:54PM +0100, mru wrote:
> 
> Log:
> Remove forgotten ASM_OBJS in libswscale
> 
> --- trunk/libswscale/Makefile	(original)
> +++ trunk/libswscale/Makefile	Mon Nov  3 22:49:54 2008
> @@ -11,7 +11,7 @@ OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_m
>  OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
>  OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o
>  
> -ASM_OBJS-$(ARCH_BFIN)      +=  internal_bfin.o
> +OBJS-$(ARCH_BFIN)          +=  internal_bfin.o

Why isn't this merged with the following line from above?

OBJS-$(ARCH_BFIN)          +=  swscale_bfin.o yuv2rgb_bfin.o

Diego




More information about the ffmpeg-cvslog mailing list