mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-25 04:19:05 +00:00
check for closesocket
Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
611c574137
commit
ecf97f22b3
2
configure
vendored
2
configure
vendored
@ -659,6 +659,7 @@ HAVE_LIST="
|
|||||||
altivec_h
|
altivec_h
|
||||||
arpa_inet_h
|
arpa_inet_h
|
||||||
byteswap_h
|
byteswap_h
|
||||||
|
closesocket
|
||||||
cmov
|
cmov
|
||||||
conio_h
|
conio_h
|
||||||
dcbzl
|
dcbzl
|
||||||
@ -1623,6 +1624,7 @@ check_func getrusage
|
|||||||
check_func2 windows.h GetProcessTimes
|
check_func2 windows.h GetProcessTimes
|
||||||
|
|
||||||
check_func fork
|
check_func fork
|
||||||
|
check_func closesocket
|
||||||
|
|
||||||
test "$vhook" = "default" && vhook="$dlopen"
|
test "$vhook" = "default" && vhook="$dlopen"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user