mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
configure: Drop test for fork()
fork() is never used conditionally.
This commit is contained in:
parent
b586903ae1
commit
421c10ed4f
2
configure
vendored
2
configure
vendored
@ -1627,7 +1627,6 @@ SYSTEM_FUNCS="
|
||||
CommandLineToArgvW
|
||||
CryptGenRandom
|
||||
fcntl
|
||||
fork
|
||||
getaddrinfo
|
||||
gethrtime
|
||||
getopt
|
||||
@ -4617,7 +4616,6 @@ check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
|
||||
check_lib clock_gettime time.h clock_gettime -lrt; }
|
||||
|
||||
check_func fcntl
|
||||
check_func fork
|
||||
check_func gethrtime
|
||||
check_func getopt
|
||||
check_func getrusage
|
||||
|
Loading…
x
Reference in New Issue
Block a user