From: Moritz Bunkus Date: Tue, 12 Mar 2019 19:49:20 +0000 (+0100) Subject: require libEBML 1.3.7 X-Git-Tag: release-1.5.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9041cb2f0309585f8bce802090b4876eec1b2733;p=libmatroska require libEBML 1.3.7 libEBML 1.3.7 fixes handling of Unicode code points > U+ffff. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 33ad46c..ff877e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(matroska VERSION 1.4.9) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) -find_package(Ebml 1.3.5 REQUIRED) +find_package(Ebml 1.3.7 REQUIRED) include(GNUInstallDirs)