]> granicus.if.org Git - libmatroska/commitdiff
require libEBML 1.4.2 or newer
authorMoritz Bunkus <mo@bunkus.online>
Thu, 18 Feb 2021 11:52:03 +0000 (12:52 +0100)
committerMoritz Bunkus <mo@bunkus.online>
Thu, 18 Feb 2021 11:52:31 +0000 (12:52 +0100)
CMakeLists.txt
ChangeLog

index b7d1c42f40fb1998c09f375ccf671f7916f22eef..d20c974adb01746932ff22337c09cc3476c6d662 100644 (file)
@@ -5,7 +5,7 @@ project(matroska VERSION 1.6.2)
 option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
 option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
 
-find_package(EBML 1.4.0 REQUIRED)
+find_package(EBML 1.4.2 REQUIRED)
 
 include(GNUInstallDirs)
 
index 3e098c969ec9aa4a3b24f822d1bd9fc92dfe8019..3582f3a30c02222f7c374df6f474eb78a85b1d22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-02-18  Moritz Bunkus  <mo@bunkus.online>
 
+        * libEBML v1.4.2 is now required.
+
         * Added classes for new track header elements:
         "KaxFlagHearingImpaired", "KaxFlagVisualImpaired",
         "KaxFlagTextDescriptions", "KaxFlagOriginal" and