Cosmetics: reorder and align targets
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 4 May 2008 20:22:03 +0000 (20:22 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 4 May 2008 20:22:03 +0000 (20:22 +0000)
Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 8b1ea9a82f6c5f137628519aedec9488e4c8df13..39a967624e8a1726ac31aa50fe50dee6dbede749 100644 (file)
@@ -5,14 +5,16 @@ FFLIBS = avutil
 
 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-$(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