OSDN Git Service

repackage libmkv archive
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 18:07:35 +0000 (18:07 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 18:07:35 +0000 (18:07 +0000)
the old archive included m4 macros from someone's local build.
these macros would cause build failures in some environments,
notably mingw64.

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

contrib/libmkv/module.defs

index 22bb1ee..9f3b095 100644 (file)
@@ -1,4 +1,6 @@
 $(eval $(call import.MODULE.defs,LIBMKV,libmkv))
 $(eval $(call import.CONTRIB.defs,LIBMKV))
 
-LIBMKV.FETCH.url = http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.1.tar.bz2
+LIBMKV.FETCH.url = http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.1-0-ga80e593.tar.bz2
+
+LIBMKV.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv;