summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-10-23 18:07:35 +0000
committerjstebbins <[email protected]>2010-10-23 18:07:35 +0000
commited149006a5c0cc67243a517b44a55f0d0de04ea4 (patch)
tree879febefb6791e89a5505b83d112f9485665e7d3
parent0db43e08d61847a8c5ac715eb725fc8ed4c7c2d9 (diff)
repackage libmkv archive
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://svn.handbrake.fr/HandBrake/trunk@3612 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--contrib/libmkv/module.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/libmkv/module.defs b/contrib/libmkv/module.defs
index 22bb1eefd..9f3b095c7 100644
--- a/contrib/libmkv/module.defs
+++ b/contrib/libmkv/module.defs
@@ -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;