changeset 24285:0770f1d5b781

cosmetics: Sort some lines, whitespace changes.
author diego
date Thu, 30 Aug 2007 23:11:55 +0000
parents cf3ca02f9749
children 3c6a0cdfdd5b
files libswscale/Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/Makefile	Thu Aug 30 22:28:49 2007 +0000
+++ b/libswscale/Makefile	Thu Aug 30 23:11:55 2007 +0000
@@ -7,13 +7,13 @@
 
 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 
-OBJS= swscale.o rgb2rgb.o
+OBJS = rgb2rgb.o swscale.o
 
-OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
+OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
 
-OBJS-$(ARCH_BFIN)          +=  yuv2rgb_bfin.o \
-                               swscale_bfin.o \
+OBJS-$(ARCH_BFIN)          +=  swscale_bfin.o \
+                               yuv2rgb_bfin.o \
 
 ASM_OBJS-$(ARCH_BFIN)      += internal_bfin.o