diff options
author | jstebbins <[email protected]> | 2010-10-23 18:30:24 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-23 18:30:24 +0000 |
commit | facb3e48c79ca5da4ccc09d7f30d544381b13e25 (patch) | |
tree | 00ad05fec834f56240abbb9f57a596526759155f /contrib | |
parent | 22f67e783214092fadd3a0b19c33774982cce43c (diff) |
add bootstrap step to libdca
aclocal.m4 packaged with the archive is incompatible with
mingw64 build environment (and probably others)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3618 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libdca/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libdca/module.defs b/contrib/libdca/module.defs index b69d1fb3a..456ed3c81 100644 --- a/contrib/libdca/module.defs +++ b/contrib/libdca/module.defs @@ -3,3 +3,5 @@ $(eval $(call import.CONTRIB.defs,LIBDCA)) LIBDCA.FETCH.url = http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz LIBDCA.EXTRACT.tarbase = libdca + +LIBDCA.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |