mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c460833d76
commit
84882df62b
2
configure
vendored
2
configure
vendored
@ -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
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user