changeset 26637:e3fd577a9573

cosmetics: alphabetical order
author diego
date Sun, 04 May 2008 18:28:24 +0000
parents d3ce3939637a
children e82c55f04149
files libswscale/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Sun May 04 11:35:07 2008 +0000
+++ b/libswscale/Makefile	Sun May 04 18:28:24 2008 +0000
@@ -5,12 +5,10 @@
 
 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