[FFmpeg-cvslog] configure: Drop test for fork()

Diego Biurrun git at videolan.org
Sat Nov 11 21:25:01 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 26 17:22:43 2017 +0200| [421c10ed4fb0475a2cb055dd130ba12a6adb9f70] | committer: Diego Biurrun

configure: Drop test for fork()

fork() is never used conditionally.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=421c10ed4fb0475a2cb055dd130ba12a6adb9f70
---

 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 37b3f20ba4..b4cda14c01 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list