Check for fcntl()
Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f28638b96
commit
534a2231f6
2
configure
vendored
2
configure
vendored
@ -981,6 +981,7 @@ HAVE_LIST="
|
|||||||
fast_clz
|
fast_clz
|
||||||
fast_cmov
|
fast_cmov
|
||||||
fast_unaligned
|
fast_unaligned
|
||||||
|
fcntl
|
||||||
fork
|
fork
|
||||||
getaddrinfo
|
getaddrinfo
|
||||||
gethrtime
|
gethrtime
|
||||||
@ -2432,6 +2433,7 @@ fi
|
|||||||
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
|
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
|
||||||
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
|
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
|
||||||
|
|
||||||
|
check_func fcntl
|
||||||
check_func fork
|
check_func fork
|
||||||
check_func getaddrinfo $network_extralibs
|
check_func getaddrinfo $network_extralibs
|
||||||
check_func gethrtime
|
check_func gethrtime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user