Mercurial > mplayer.hg
diff libswscale/Makefile @ 23585:d3ae6979d3df
integrating ff_bfin_get_unscaled_swscale into the system
author | mhoffman |
---|---|
date | Fri, 22 Jun 2007 13:03:40 +0000 |
parents | d69ba003b659 |
children | 0770f1d5b781 |
line wrap: on
line diff
--- a/libswscale/Makefile Fri Jun 22 12:45:18 2007 +0000 +++ b/libswscale/Makefile Fri Jun 22 13:03:40 2007 +0000 @@ -12,7 +12,9 @@ OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(CONFIG_GPL) += yuv2rgb.o -OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o +OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o \ + swscale_bfin.o \ + ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h rgb2rgb.h