mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Enable the strtod workaround when building for bionic Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c88e52e797
3
configure
vendored
3
configure
vendored
@ -3565,6 +3565,9 @@ elif check_func_headers stdlib.h _get_doserrno; then
|
||||
check_cpp_condition stdlib.h "defined(_WIN32_WINNT)" || add_cppflags -D_WIN32_WINNT=0x0502
|
||||
elif check_cpp_condition stddef.h "defined __KLIBC__"; then
|
||||
libc_type=klibc
|
||||
elif check_cpp_condition sys/cdefs.h "defined __BIONIC__"; then
|
||||
libc_type=bionic
|
||||
add_compat strtod.o strtod=avpriv_strtod
|
||||
fi
|
||||
|
||||
test -n "$libc_type" && enable $libc_type
|
||||
|
Loading…
Reference in New Issue
Block a user