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:
79f7c32
)
Properly set EXTRALIBS
author
Luca Abeni
<lucabe72@email.it>
Mon, 23 Oct 2006 14:03:49 +0000
(14:03 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Mon, 23 Oct 2006 14:03:49 +0000
(14:03 +0000)
(fixes compilation of shared libswscale on cygwin and other platforms)
Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/Makefile
patch
|
blob
|
history
diff --git
a/libswscale/Makefile
b/libswscale/Makefile
index 185a9ab779037c8a585985c41e0301ef87ec0f95..29df055e5e2cba134fdb3d339dcaea8f6c92a309 100644
(file)
--- a/
libswscale/Makefile
+++ b/
libswscale/Makefile
@@
-7,6
+7,8
@@
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
endif
+EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+
OBJS= swscale.o rgb2rgb.o yuv2rgb.o
ifeq ($(TARGET_ALTIVEC),yes)
OBJS+= yuv2rgb_altivec.o