Commit 037b7ad2 authored by Rafaël Carré's avatar Rafaël Carré

contribs: don't build faad shared library

parent 8da8aa98
...@@ -875,7 +875,7 @@ faad: faad2-$(FAAD2_VERSION).tar.bz2 ...@@ -875,7 +875,7 @@ faad: faad2-$(FAAD2_VERSION).tar.bz2
(cd $@; patch -p1 < ../Patches/faad2.patch && ./bootstrap) (cd $@; patch -p1 < ../Patches/faad2.patch && ./bootstrap)
.faad: faad .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) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment