diff options
author | Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com> | 2025-03-28 12:19:58 +0100 |
---|---|---|
committer | Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com> | 2025-06-06 13:39:46 +0200 |
commit | 64b79f98ac2ef27d1ef1e0d63cecd88355237b8e (patch) | |
tree | d83dc20768f5475dbfbbb96bf2552417bf2ac4b5 | |
parent | 17729aa80c618dddb83276effa0e0bd0c1db3b70 (diff) | |
download | ffmpeg-64b79f98ac2ef27d1ef1e0d63cecd88355237b8e.tar.gz |
amfenc: Update the min version to 1.4.36.0 for AMF SDK.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |