diff options
author | jstebbins <[email protected]> | 2010-04-16 15:03:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-16 15:03:50 +0000 |
commit | b9d2f77023faef439a033eb9e0435bd0c3f7ca86 (patch) | |
tree | 5541bcc28655fde41886e48b56212234870a90ce /contrib | |
parent | 5092caabaf1cc8404164b8e2b0f4aa99305c57ca (diff) |
fix build on mac and windows
a52dec bootstrap is broken on these platforms. use autoreconf instead
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3228 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/a52dec/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/a52dec/module.defs b/contrib/a52dec/module.defs index 3d62d3175..c120de00e 100644 --- a/contrib/a52dec/module.defs +++ b/contrib/a52dec/module.defs @@ -5,4 +5,4 @@ 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; +A52DEC.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |