From 84882df62b07a6ddb358e5795d8edcfde0bd71aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 11 Jan 2010 17:01:56 +0000 Subject: =?UTF-8?q?Check=20for=20getaddrinfo(),=20patch=20by=20Martin=20St?= =?UTF-8?q?orsj=C3=B6=20<$firstname()$firstname,st>.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3