Commit c6be4d1f authored by rbultje's avatar rbultje

Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21142 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d858b918
...@@ -958,6 +958,7 @@ HAVE_LIST=" ...@@ -958,6 +958,7 @@ HAVE_LIST="
fast_cmov fast_cmov
fast_unaligned fast_unaligned
fork fork
getaddrinfo
gethrtime gethrtime
GetProcessTimes GetProcessTimes
getrusage getrusage
...@@ -2314,6 +2315,7 @@ fi ...@@ -2314,6 +2315,7 @@ fi
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; } check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
check_func fork check_func fork
check_func getaddrinfo $network_extralibs
check_func gethrtime check_func gethrtime
check_func getrusage check_func getrusage
check_func inet_aton $network_extralibs check_func inet_aton $network_extralibs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment