]> granicus.if.org Git - handbrake/commitdiff
Build libquicktime shared lib as plugins need them.
authorprigaux <pri@nopapers.org>
Wed, 21 Feb 2007 09:48:32 +0000 (09:48 +0000)
committerprigaux <pri@nopapers.org>
Wed, 21 Feb 2007 09:48:32 +0000 (09:48 +0000)
This will force us to send libquicktime.dylib and all plugin.so with Mediafork..

Files to be distributed are:
libquicktime.0.dylib
lqt_audiocodec.so
lqt_faac.so
lqt_ffmpeg.so
lqt_lame.so
lqt_rtjpeg.so
lqt_videocodec.so
lqt_x264.so

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@384 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index db844e0a239a2fb36a8e95384ee0cc2d7f20b5ef..1665c6a3f5d0b94ab2b22d78810529b1f7d796e2 100644 (file)
@@ -383,7 +383,7 @@ actions LibQT
     rm -rf libquicktime && tar xzf libquicktime.tar.gz &&
     export LDFLAGS="$LDFLAGS -L$CONTRIB/lib -I$CONTRIB/include" && export CPPFLAGS="$CPPFLAGS -I$CONTRIB/include"
     cd libquicktime &&  patch -p1 < ../patch-libquicktime.patch &&
-     ./configure --prefix=$CONTRIB --enable-static --disable-shared --enable-gpl --with-faac=$CONTRIB --with-x264=$CONTRIB --with-avcodec=$CONTRIB && make && make install &&
+     ./configure --prefix=$CONTRIB --enable-static --enable-shared --enable-gpl --with-faac=$CONTRIB --with-x264=$CONTRIB --with-avcodec=$CONTRIB && make && make install &&
     strip -S $CONTRIB/lib/libquicktime.a && touch $CONTRIB/.contrib
 }
 Wget        $(SUBDIR)/libquicktime.tar.gz   : $(SUBDIR)/version_qt.txt ;