Mercurial > mplayer.hg
changeset 27853:78f523d771de
Remove forgotten ASM_OBJS in libswscale
author | mru |
---|---|
date | Mon, 03 Nov 2008 21:49:54 +0000 |
parents | bebb8b79aa6b |
children | e5794cd5f4c9 |
files | libswscale/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Mon Nov 03 12:06:40 2008 +0000 +++ b/libswscale/Makefile Mon Nov 03 21:49:54 2008 +0000 @@ -11,7 +11,7 @@ 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 HEADERS = swscale.h