You've already forked FFmpeg
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:
2
configure
vendored
2
configure
vendored
@ -7490,7 +7490,7 @@ fi
|
|||||||
|
|
||||||
enabled amf &&
|
enabled amf &&
|
||||||
check_cpp_condition amf "AMF/core/Version.h" \
|
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
|
# Funny iconv installations are not unusual, so check it after all flags have been set
|
||||||
if enabled libc_iconv; then
|
if enabled libc_iconv; then
|
||||||
|
Reference in New Issue
Block a user