1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Also check for closesocket in winsock2.h

Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-08-12 00:27:18 +00:00
parent 07870f8537
commit 3b4e7bb3b6

3
configure vendored
View File

@ -1630,7 +1630,8 @@ check_func getrusage
check_func2 windows.h GetProcessTimes
check_func fork
check_func closesocket
check_func closesocket ||
check_func2 winsock2.h closesocket
test "$vhook" = "default" && vhook="$dlopen"