From: Moritz Bunkus Date: Sat, 24 Sep 2022 19:56:36 +0000 (+0200) Subject: bump libEBML version requirement to v1.4.3 X-Git-Tag: release-1.7.0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b0a5234ae00681061a8ad1dce01b67f83c2a71f;p=libmatroska bump libEBML version requirement to v1.4.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a9831f..13d2ddb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(matroska VERSION 1.6.4) option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF) option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF) -find_package(EBML 1.4.2 REQUIRED) +find_package(EBML 1.4.3 REQUIRED) include(GNUInstallDirs) diff --git a/NEWS.md b/NEWS.md index 4d36e7b..1f2d06d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # Version ? 2021-??-?? +* libEBML v1.4.3 is now required. * Remove Coremake project files * Add `GetRelativeTimestamp()` to access unscaled block timestamps.