[FFmpeg-cvslog] r9991 - trunk/configure

alex subversion
Wed Aug 8 22:18:41 CEST 2007


Author: alex
Date: Wed Aug  8 22:18:41 2007
New Revision: 9991

Log:
check for closesocket

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Aug  8 22:18:41 2007
@@ -659,6 +659,7 @@ HAVE_LIST="
     altivec_h
     arpa_inet_h
     byteswap_h
+    closesocket
     cmov
     conio_h
     dcbzl
@@ -1623,6 +1624,7 @@ check_func getrusage
 check_func2 windows.h GetProcessTimes
 
 check_func fork
+check_func closesocket
 
 test "$vhook" = "default" && vhook="$dlopen"
 




More information about the ffmpeg-cvslog mailing list