Commit ec8d3c5d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* no shared libs for faac when linking with ffmpeg

parent 2140a61e
......@@ -469,7 +469,7 @@ faac: faac-$(FAAC_VERSION).tar.bz2
patch -p 0 < Patches/faac.patch
.faac: faac
(cd $<; ./bootstrap && ./configure --prefix=$(PREFIX) && make && make install)
(cd $<; ./bootstrap && ./configure --prefix=$(PREFIX) --disable-shared && make && make install)
touch $@
CLEAN_FILE += .faac
......
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