projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5478959
)
Cosmetics: reorder and align targets
author
Luca Barbato
<lu_zero@gentoo.org>
Sun, 4 May 2008 20:22:03 +0000
(20:22 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sun, 4 May 2008 20:22:03 +0000
(20:22 +0000)
Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/Makefile
patch
|
blob
|
history
diff --git
a/libswscale/Makefile
b/libswscale/Makefile
index 8b1ea9a82f6c5f137628519aedec9488e4c8df13..39a967624e8a1726ac31aa50fe50dee6dbede749 100644
(file)
--- a/
libswscale/Makefile
+++ b/
libswscale/Makefile
@@
-5,14
+5,16
@@
FFLIBS = avutil
OBJS = rgb2rgb.o swscale.o
+ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o
+
OBJS-$(CONFIG_GPL) += yuv2rgb.o
+
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
-ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h rgb2rgb.h