summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-30 23:11:55 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-30 23:11:55 +0000
commit035c591983972d422b8bb3b591bdbda34930e21c (patch)
tree49c7b66338a21dee85f62ad5c8b91359d96a0c7d /libswscale/Makefile
parent1e97ce4a3149fbf45f5d10e98a3000ef88f4653a (diff)
cosmetics: Sort some lines, whitespace changes.
Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-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