cosmetics: Sort some lines, whitespace changes.

Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun 2007-08-30 23:11:55 +00:00
parent 1e97ce4a31
commit 035c591983
1 changed files with 4 additions and 4 deletions

View 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