mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Documentation: add note about new Boost::Math requirement
This commit is contained in:
parent
d75cae4f95
commit
526c42c5e6
@ -2,6 +2,8 @@
|
||||
|
||||
* Released v7.8.0.
|
||||
|
||||
* build system: Boost's »Math« library is now required.
|
||||
|
||||
* mkvmerge: bug fix: HEVC tracks which did not have an aspect
|
||||
ratio present in their sequence parameter set were copied
|
||||
incorrectly; the resulting sequence parameter set was
|
||||
|
@ -79,7 +79,7 @@ programs and libraries you absolutely need are:
|
||||
- zlib ( http://www.zlib.net/ ) -- a compression library
|
||||
|
||||
- Boost ( http://www.boost.org/ ) -- Several of Boost's libraries are
|
||||
used: "format", "RegEx", "filesystem", "system", "foreach",
|
||||
used: "format", "RegEx", "filesystem", "system", "foreach", "math",
|
||||
"Range", "rational", "variant". At least v1.46.0 is required.
|
||||
|
||||
You also need the `rake` or `drake` build program or at least the
|
||||
|
Loading…
Reference in New Issue
Block a user