]> git.sesse.net Git - ffmpeg/commitdiff
cosmetics: Sort some lines, whitespace changes.
authorDiego Biurrun <diego@biurrun.de>
Thu, 30 Aug 2007 23:11:55 +0000 (23:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 30 Aug 2007 23:11:55 +0000 (23:11 +0000)
Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 35a132c218889b17dd18e305567d2b8a0882a5e0..8db2e650317fc0597b20b923aee8033992889768 100644 (file)
@@ -7,13 +7,13 @@ LIBMAJOR=$(SWSMAJOR)
 
 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