• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision0255c8b781cd3a777275e7c8f1a0531734a10be6 (tree)
Time2010-10-24 03:07:35
Authorjstebbins <jstebbins@b64f...>
Commiterjstebbins

Log Message

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://localhost/HandBrake/trunk@3612 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

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