build system: require libMatroska v1.4.2

See #1096.
This commit is contained in:
Moritz Bunkus 2014-12-19 14:03:11 +01:00
parent 7b39d3cc7f
commit 0c8a8392cf
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2014-12-19 Moritz Bunkus <moritz@bunkus.org>
* build system: libMatroska v1.4.2 is now required as part of a
fix for #1096.
2014-12-18 Moritz Bunkus <moritz@bunkus.org>
* build system: libEBML v1.3.1 is now required as a part of a fix

View File

@ -68,9 +68,9 @@ programs and libraries you absolutely need are:
the 'auto' keyword and lambda functions. For GCC this means at least
v4.6.0.
- libebml and libmatroska for low-level access to Matroska files.
Instructions on how to compile them are a bit further down in this
file.
- libEBML v1.3.1 or later and libMatroska v1.4.2 or later for
low-level access to Matroska files. Instructions on how to compile
them are a bit further down in this file.
- libOgg ( http://downloads.xiph.org/releases/ogg/ ) and libVorbis
( http://downloads.xiph.org/releases/vorbis/ ) for access to Ogg/OGM
@ -122,7 +122,7 @@ This is optional as MKVToolNix comes with its own set of the
libraries. It will use them if no version is found on the system.
Start with the two libraries. Either get libebml 1.3.1 from
http://dl.matroska.org/downloads/libebml/ and libmatroska 1.4.0 from
http://dl.matroska.org/downloads/libebml/ and libmatroska 1.4.2 from
http://dl.matroska.org/downloads/libmatroska/ or a fresh copy from the
git repository:

View File

@ -3,7 +3,7 @@ dnl Test for libmatroska, and define MATROSKA_CFLAGS and MATROSKA_LDFLAGS
dnl
kax_ver_req_major=1
kax_ver_req_minor=4
kax_ver_req_micro=1
kax_ver_req_micro=2
AC_CACHE_CHECK([for libMatroska headers version >= ${kax_ver_req_major}.${kax_ver_req_minor}.${kax_ver_req_micro}],
[ac_cv_matroska_found],