mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
build system: require libEBML v1.3.7
This pulls the fixes for handling Unicode code points > U+FFFF. Part of the fix of #2516.
This commit is contained in:
parent
5a36d0e95e
commit
82b8b1ba86
5
NEWS.md
5
NEWS.md
@ -23,6 +23,11 @@
|
||||
errors such as "the JSON output could not be parsed" in that case. Fixes
|
||||
#2507.
|
||||
|
||||
## Build system changes
|
||||
|
||||
* libEBML v1.3.7 is now required as it fixes its handling of Unicode code
|
||||
points > U+FFFF (see #2516).
|
||||
|
||||
|
||||
# Version 31.0.0 "Dolores In A Shoestand" 2019-02-09
|
||||
|
||||
|
@ -3,7 +3,7 @@ dnl Test for libEBML and libMatroska, and define MATROSKA_CFLAGS and MATROSKA_LI
|
||||
dnl
|
||||
|
||||
EBML_MATROSKA_INTERNAL=no
|
||||
PKG_CHECK_MODULES([EBML],[libebml >= 1.3.5],[],[EBML_MATROSKA_INTERNAL=yes])
|
||||
PKG_CHECK_MODULES([EBML],[libebml >= 1.3.7],[],[EBML_MATROSKA_INTERNAL=yes])
|
||||
PKG_CHECK_MODULES([MATROSKA],[libmatroska >= 1.4.8],[],[EBML_MATROSKA_INTERNAL=yes])
|
||||
|
||||
if test x"$EBML_MATROSKA_INTERNAL" = xyes; then
|
||||
|
Loading…
Reference in New Issue
Block a user