From: jbrjake Date: Mon, 16 Jul 2007 03:22:42 +0000 (+0000) Subject: Thanks to saintdev, we now have a pre-bootstrapped copy of the libdca source. This... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;ds=sidebyside;h=77e6f310667543ee5ef14096814e1b0ad1582f89;p=handbrake-jp%2Fhandbrake-jp-git.git Thanks to saintdev, we now have a pre-bootstrapped copy of the libdca source. This means jamming no longer necessitates futzing with autotool versions. Yay! git-svn-id: svn://localhost/HandBrake/trunk@694 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/contrib/Jamfile b/contrib/Jamfile index 7be6aa72..98d2797e 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -117,7 +117,7 @@ actions LibDCA { cd `dirname $(>)` && CONTRIB=`pwd` && rm -rf libdca && tar xzf libdca.tar.gz && cd libdca && patch -p1 < ../patch-libdca.patch - ./bootstrap && ./configure && make && + ./configure && make && cp libdca/.libs/libdca.a $CONTRIB/lib && cp include/dca.h $CONTRIB/include && strip -S $CONTRIB/lib/libdca.a diff --git a/contrib/version_libdca.txt b/contrib/version_libdca.txt index aaf0c058..dfa4de6a 100644 --- a/contrib/version_libdca.txt +++ b/contrib/version_libdca.txt @@ -1 +1 @@ -http://download.m0k.org/handbrake/contrib/libdca-r81.tar.gz +http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz