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:
parent
b46a77f19d
commit
c6496de334
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user