mirror of https://github.com/mpv-player/mpv
cosmetics: Sort some lines, whitespace changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1ff3674d53
commit
b19d00992c
|
@ -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…
Reference in New Issue