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:
authorMartin Storsjö <martin@martin.st>2010-01-11 20:01:56 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2010-01-11 20:01:56 +0300
commit84882df62b07a6ddb358e5795d8edcfde0bd71aa (patch)
treeb172d0da6443e847b2fa535ab952db80fe011fcd /configure
parentc460833d76f564f2c0cb4e97264769b784c968ad (diff)
Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk
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