You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: revert changes to the schannel check
check_cpp_condition was not being called on some targets, which made schannel remain enabled even when it was not available Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -6126,7 +6126,9 @@ enabled securetransport &&
|
||||
|
||||
enabled schannel &&
|
||||
check_func_headers "windows.h security.h" InitializeSecurityContext -DSECURITY_WIN32 -lsecur32 &&
|
||||
check_cpp_condition schannel winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" && schannel_extralibs="-lsecur32"
|
||||
test_cpp_condition winerror.h "defined(SEC_I_CONTEXT_EXPIRED)" &&
|
||||
schannel_extralibs="-lsecur32" ||
|
||||
disable schannel
|
||||
|
||||
makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
|
||||
enabled makeinfo \
|
||||
|
Reference in New Issue
Block a user