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
(parent:
2a9a396
)
contribs: don't try to install the shared library if it doesn't exist, fix [22437...
author
Rafaël Carré
<funman@videolan.org>
Mon, 8 Oct 2007 13:57:22 +0000
(13:57 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Mon, 8 Oct 2007 13:57:22 +0000
(13:57 +0000)
extras/contrib/src/Makefile
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
e18c216
..
451cda8
100644
(file)
--- a/
extras/contrib/src/Makefile
+++ b/
extras/contrib/src/Makefile
@@
-879,7
+879,6
@@
faad: faad2-$(FAAD2_VERSION).tar.bz2
.faad: faad
(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 $@
CLEAN_FILE += .faad