You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: Sort some lines, whitespace changes.
Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user