git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8da8aa9
)
contribs: don't build faad shared library
author
Rafaël Carré
<funman@videolan.org>
Thu, 4 Oct 2007 18:23:08 +0000
(18:23 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Thu, 4 Oct 2007 18:23:08 +0000
(18:23 +0000)
extras/contrib/src/Makefile
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
5484776
..
dddc4e6
100644
(file)
--- a/
extras/contrib/src/Makefile
+++ b/
extras/contrib/src/Makefile
@@
-875,7
+875,7
@@
faad: faad2-$(FAAD2_VERSION).tar.bz2
(cd $@; patch -p1 < ../Patches/faad2.patch && ./bootstrap)
.faad: faad
(cd $@; patch -p1 < ../Patches/faad2.patch && ./bootstrap)
.faad: faad
- (cd $< && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="-O3" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install)
+ (cd $< && $(HOSTCC) ./configure $(HOSTCONF) --
disable-shared --
prefix=$(PREFIX) CFLAGS="-O3" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install)
$(INSTALL_NAME)
touch $@
$(INSTALL_NAME)
touch $@