changeset 26639:00dee59d921d

cosmetics: Shuffle lines around and add empty lines.
author lu_zero
date Sun, 04 May 2008 20:22:03 +0000
parents e82c55f04149
children 503c2fd0c88b
files libswscale/Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Sun May 04 20:19:33 2008 +0000
+++ b/libswscale/Makefile	Sun May 04 20:22:03 2008 +0000
@@ -5,14 +5,16 @@
 
 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