]> granicus.if.org Git - libmatroska/commitdiff
require libEBML 1.3.7
authorMoritz Bunkus <moritz@bunkus.org>
Tue, 12 Mar 2019 19:49:20 +0000 (20:49 +0100)
committerMoritz Bunkus <moritz@bunkus.org>
Tue, 12 Mar 2019 19:49:20 +0000 (20:49 +0100)
libEBML 1.3.7 fixes handling of Unicode code points > U+ffff.

CMakeLists.txt

index 33ad46cdb81fafac2740ca919cea77b5e748c192..ff877e3b477ffa9239e9e5e06652e5592bb32d46 100644 (file)
@@ -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)