]> git.sesse.net Git - vlc/commitdiff
* no shared libs for faac when linking with ffmpeg
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 15 May 2004 04:05:01 +0000 (04:05 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 15 May 2004 04:05:01 +0000 (04:05 +0000)
extras/contrib/src/Makefile

index 637b6f09b630926cac1e6b7e676a0974dfe46a46..37724e321de9941ec2098dac2891096848884b9c 100644 (file)
@@ -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