From 4405c986f9459eb7027d185aef0e59ee38205cdb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 4 May 2008 18:28:24 +0000 Subject: cosmetics: alphabetical order Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 20ace9e471..c0941b92eb 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -5,12 +5,10 @@ FFLIBS = avutil OBJS = rgb2rgb.o swscale.o +OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o -OBJS-$(ARCH_BFIN) += swscale_bfin.o \ - yuv2rgb_bfin.o \ - ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h rgb2rgb.h -- cgit v1.2.3