summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-07-16 03:22:42 +0000
committerjbrjake <[email protected]>2007-07-16 03:22:42 +0000
commitec47c624557962fe6cb38499644b40b681f324fb (patch)
treecfa79ff75703eab50be33e3755690c39daa20510 /contrib
parent815d3aa0089b5f7967c3a0524cdc56b30a997b4c (diff)
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://svn.handbrake.fr/HandBrake/trunk@694 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Jamfile2
-rw-r--r--contrib/version_libdca.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index 7be6aa72a..98d2797ea 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 aaf0c058b..dfa4de6a0 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