[MPlayer-cvslog] r24305 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Fri Aug 31 01:11:55 CEST 2007
Author: diego
Date: Fri Aug 31 01:11:55 2007
New Revision: 24305
Log:
cosmetics: Sort some lines, whitespace changes.
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Fri Aug 31 01:11:55 2007
@@ -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
More information about the MPlayer-cvslog
mailing list