diff options
author | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
commit | 147d714b2706ca63ead0a0070b49579957867cc1 (patch) | |
tree | b3feb4a5385617f16a98b850433d6ad50b370e45 /contrib | |
parent | 9f19bfea9125104db0161d174206b3e887cc1686 (diff) |
add packaging rules for building debian source packages
and fix a build issue with a52dec when the path has a '~' in it
this is a step towards using the launchpad build farm for ubuntu snapshots
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3226 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/a52dec/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/a52dec/module.defs b/contrib/a52dec/module.defs index 470ddfa12..3d62d3175 100644 --- a/contrib/a52dec/module.defs +++ b/contrib/a52dec/module.defs @@ -4,3 +4,5 @@ $(eval $(call import.CONTRIB.defs,A52DEC)) A52DEC.FETCH.url = http://download.m0k.org/handbrake/contrib/a52dec-0.7.4.tar.gz A52DEC.EXTRACT.tarbase = a52dec A52DEC.INSTALL.strip = liba52.a + +A52DEC.CONFIGURE.bootstrap = ./bootstrap; |