Mercurial > mplayer.hg
changeset 27855:eb78efa6cb07
Merge ARCH_BFIN lines.
author | diego |
---|---|
date | Mon, 03 Nov 2008 22:06:45 +0000 |
parents | e5794cd5f4c9 |
children | 41bd4568406b |
files | libswscale/Makefile |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Mon Nov 03 22:01:03 2008 +0000 +++ b/libswscale/Makefile Mon Nov 03 22:06:45 2008 +0000 @@ -5,14 +5,12 @@ OBJS = rgb2rgb.o swscale.o swscale_avoption.o -OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o +OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -OBJS-$(ARCH_BFIN) += internal_bfin.o - HEADERS = swscale.h TESTS = cs_test swscale-example