summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-30 23:11:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-30 23:11:55 +0000
commitb19d00992ce3b73a3d6be0e8b4b514dd2e667fd3 (patch)
tree09706bf95c3e6de9befb6815a3aa86b02f838492 /libswscale
parent1ff3674d5349c808a2bd8fc2b848db3db0271fd3 (diff)
downloadmpv-b19d00992ce3b73a3d6be0e8b4b514dd2e667fd3.tar.bz2
mpv-b19d00992ce3b73a3d6be0e8b4b514dd2e667fd3.tar.xz
cosmetics: Sort some lines, whitespace changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 35a132c218..8db2e65031 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -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