OSDN Git Service

fix build on mac and windows
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 16 Apr 2010 15:03:50 +0000 (15:03 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 16 Apr 2010 15:03:50 +0000 (15:03 +0000)
a52dec bootstrap is broken on these platforms.  use autoreconf instead

git-svn-id: svn://localhost/HandBrake/trunk@3228 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/a52dec/module.defs

index 3d62d31..c120de0 100644 (file)
@@ -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;