avcodec: Require AMF SDK v1.4.23 or newer

Increasing the minimum AMF SDK version allows us to support
more recent hardware and drivers, which is necessary to fix
some of the discrepancies between older and newer drivers on
AMD hardware with FFmpeg.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-10 03:08:48 +01:00
committed by Michael Fabian 'Xaymar' Dirks
parent 42518d8dd0
commit 6582fd675f
Vendored
+1 -1
View File
@@ -6988,7 +6988,7 @@ fi
enabled amf &&
check_cpp_condition amf "AMF/core/Version.h" \
"(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400090000"
"AMF_FULL_VERSION >= AMF_MAKE_FULL_VERSION(1, 4, 23, 0)"
# Funny iconv installations are not unusual, so check it after all flags have been set
if enabled libc_iconv; then