From c6f22940e442ac2d2142ec9dce7ed8474c97aad2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 16 Jul 2022 17:02:38 +0200 Subject: lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME Bump the version requirement to 122, which introduced b_full_recon. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index eb413a6716..700003aba3 100755 --- a/configure +++ b/configure @@ -6675,7 +6675,7 @@ enabled libwebp && { enabled libwebp_encoder && require_pkg_config libwebp "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion enabled libwebp_anim_encoder && check_pkg_config libwebp_anim_encoder "libwebpmux >= 0.4.0" webp/mux.h WebPAnimEncoderOptionsInit; } enabled libx264 && require_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode && - require_cpp_condition libx264 x264.h "X264_BUILD >= 118" && { + require_cpp_condition libx264 x264.h "X264_BUILD >= 122" && { [ "$toolchain" != "msvc" ] || require_cpp_condition libx264 x264.h "X264_BUILD >= 158"; } && check_cpp_condition libx262 x264.h "X264_MPEG2" -- cgit v1.2.3