diff options
author | Martin Storsjö <martin@martin.st> | 2010-01-11 17:01:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-01-11 17:01:56 +0000 |
commit | 84882df62b07a6ddb358e5795d8edcfde0bd71aa (patch) | |
tree | b172d0da6443e847b2fa535ab952db80fe011fcd /configure | |
parent | c460833d76f564f2c0cb4e97264769b784c968ad (diff) | |
download | ffmpeg-84882df62b07a6ddb358e5795d8edcfde0bd71aa.tar.gz |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |