cosmetics: Sort some lines, whitespace changes.
Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
1e97ce4a31
commit
035c591983
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user