1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

amfenc: Update the min version to 1.4.36.0 for AMF SDK.

This commit is contained in:
Dmitrii Ovchinnikov
2025-03-28 12:19:58 +01:00
parent 17729aa80c
commit 64b79f98ac

2
configure vendored
View File

@ -7490,7 +7490,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) >= 0x0001000400230000"
"(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400240000"
# Funny iconv installations are not unusual, so check it after all flags have been set
if enabled libc_iconv; then