Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index eb31d8d6da..05ace484df 100755
--- a/configure
+++ b/configure
@@ -958,6 +958,7 @@ HAVE_LIST="
fast_cmov
fast_unaligned
fork
+ getaddrinfo
gethrtime
GetProcessTimes
getrusage
@@ -2314,6 +2315,7 @@ fi
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
check_func fork
+check_func getaddrinfo $network_extralibs
check_func gethrtime
check_func getrusage
check_func inet_aton $network_extralibs