[FFmpeg-cvslog] r10086 - trunk/configure
ramiro
subversion
Sun Aug 12 02:27:18 CEST 2007
Author: ramiro
Date: Sun Aug 12 02:27:18 2007
New Revision: 10086
Log:
Also check for closesocket in winsock2.h
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Aug 12 02:27:18 2007
@@ -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"
More information about the ffmpeg-cvslog
mailing list