Mercurial > mplayer.hg
changeset 26641:c1a75a6053f4
cosmetics: sort lines (correctly)
author | diego |
---|---|
date | Mon, 05 May 2008 10:10:05 +0000 |
parents | 503c2fd0c88b |
children | b1bb2f9e15f0 |
files | libswscale/Makefile |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Mon May 05 00:35:30 2008 +0000 +++ b/libswscale/Makefile Mon May 05 10:10:05 2008 +0000 @@ -5,16 +5,13 @@ OBJS = rgb2rgb.o swscale.o -ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o - OBJS-$(CONFIG_GPL) += yuv2rgb.o - +OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o - -OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c OBJS-$(HAVE_VIS) += yuv2rgb_vis.c +ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h rgb2rgb.h