build system: require libMatroska 1.5.0

This commit is contained in:
Moritz Bunkus 2019-03-12 21:02:44 +01:00
parent 5f328db4f9
commit 218a6d71b4
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
## Build system changes
* libEBML v1.3.7 is now required as it fixes its handling of Unicode code
points > U+FFFF (see #2516).
* libEBML v1.3.7 and libMatroska 1.5.0 are now required as they fix their
handling of Unicode code points > U+FFFF (see #2516).
# Version 31.0.0 "Dolores In A Shoestand" 2019-02-09

View File

@ -4,7 +4,7 @@ dnl
EBML_MATROSKA_INTERNAL=no
PKG_CHECK_MODULES([EBML],[libebml >= 1.3.7],[],[EBML_MATROSKA_INTERNAL=yes])
PKG_CHECK_MODULES([MATROSKA],[libmatroska >= 1.4.8],[],[EBML_MATROSKA_INTERNAL=yes])
PKG_CHECK_MODULES([MATROSKA],[libmatroska >= 1.5.0],[],[EBML_MATROSKA_INTERNAL=yes])
if test x"$EBML_MATROSKA_INTERNAL" = xyes; then
if ! test -f lib/libebml/ebml/EbmlTypes.h ; then