[FFmpeg-devel] discussion around the best way to patch the swscale for Blackfin

Diego Biurrun diego
Fri Jun 22 09:45:15 CEST 2007


On Thu, Jun 21, 2007 at 11:00:28PM -0400, Marc Hoffman wrote:
> 
> Does this look like a clean integration for the unscaled variant for the
> swscale infrastructure?  Seems reasonably clean to me but another set of
> eyes would be great.
> 
> --- libswscale/Makefile	(revision 23547)
> +++ libswscale/Makefile	(working copy)
> @@ -13,6 +13,7 @@
>  
>  OBJS-$(TARGET_ARCH_BFIN)     +=  yuv2rgb_bfin.o
> +OBJS-$(TARGET_ARCH_BFIN)     +=  swscale_bfin.o
>  ASM_OBJS-$(TARGET_ARCH_BFIN) += internal_bfin.o

nit:

  OBJS-$(TARGET_ARCH_BFIN)     +=  swscale_bfin.o \
                                   yuv2rgb_bfin.o

Diego




More information about the ffmpeg-devel mailing list