aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mather <johnmather@sidefx.com>2023-10-02 13:03:28 -0400
committerJan Ekström <jeebjp@gmail.com>2023-10-11 21:26:52 +0300
commit7251dfdcee2f2ec83d9de10334257531762fe42b (patch)
tree03ad0e8e5ec767d9a2c30af32e27e6e0cc47d7fd
parentf31d0f11417067a3fc9d53085c32f4ba82b252e4 (diff)
downloadffmpeg-7251dfdcee2f2ec83d9de10334257531762fe42b.tar.gz
avcodec/libkvazaar: Bump minimum version to 2.0.0
0cd8769207f utilized the rc_algorithm member of the kvz_config struct, which was introduced in Kvazaar 2.0.0. This patch bumps the minimum version of Kvazaar to 2.0.0 so that FFmpeg compiles successfully. Signed-off-by: John Mather <johnmather@sidefx.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bc0c0bd4e4..fc7263bf59 100755
--- a/configure
+++ b/configure
@@ -6719,7 +6719,7 @@ enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -li
enabled libjxl && require_pkg_config libjxl "libjxl >= 0.7.0" jxl/decode.h JxlDecoderVersion &&
require_pkg_config libjxl_threads "libjxl_threads >= 0.7.0" jxl/thread_parallel_runner.h JxlThreadParallelRunner
enabled libklvanc && require libklvanc libklvanc/vanc.h klvanc_context_create -lklvanc
-enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 0.8.1" kvazaar.h kvz_api_get
+enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 2.0.0" kvazaar.h kvz_api_get
enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_new
if enabled libmfx && enabled libvpl; then