diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-09-26 17:22:43 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-10-10 23:20:18 +0200 |
commit | 421c10ed4fb0475a2cb055dd130ba12a6adb9f70 (patch) | |
tree | 4de017d5dc0a4d0371ed1482e3480a71c45fa367 | |
parent | b586903ae1b89e2d8b99c79f33cabe9b3ca03784 (diff) | |
download | ffmpeg-421c10ed4fb0475a2cb055dd130ba12a6adb9f70.tar.gz |
configure: Drop test for fork()
fork() is never used conditionally.
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |