mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Detect msvcrt libc with a CPP check instead of a link check Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8dd4f5ecf9
2
configure
vendored
2
configure
vendored
@ -3809,7 +3809,7 @@ elif check_header _mingw.h; then
|
||||
else
|
||||
add_cppflags -D__USE_MINGW_ANSI_STDIO=1
|
||||
fi
|
||||
elif check_func_headers stdlib.h _get_doserrno; then
|
||||
elif check_cpp_condition crtversion.h "defined _VC_CRT_MAJOR_VERSION"; then
|
||||
libc_type=msvcrt
|
||||
add_compat strtod.o strtod=avpriv_strtod
|
||||
add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
|
||||
|
Loading…
Reference in New Issue
Block a user