1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

configure: Move enabling libc_type into probe_libc() function

This commit is contained in:
Diego Biurrun 2017-09-23 16:35:49 +02:00
parent b46a77f19d
commit c6496de334

3
configure vendored
View File

@ -4147,12 +4147,11 @@ EOF
eval ${pfx}libc_type=default
add_${pfx}cppflags -D_DEFAULT_SOURCE
fi
eval test -n "\${${pfx}libc_type}" && enable ${pfx}libc_${libc_type}
}
probe_libc
test -n "$libc_type" && enable libc_$libc_type
probe_libc host_
test -n "$host_libc_type" && enable host_libc_$host_libc_type
# hacks for compiler/libc/os combinations