[FFmpeg-cvslog] r19227 - trunk/configure
diego
subversion
Fri Jun 19 19:21:13 CEST 2009
Author: diego
Date: Fri Jun 19 19:21:13 2009
New Revision: 19227
Log:
Disable network support if required headers cannot be found.
patch by Michael Kostylev, michael.kostylev gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jun 19 16:43:36 2009 (r19226)
+++ trunk/configure Fri Jun 19 19:21:13 2009 (r19227)
@@ -2173,6 +2173,8 @@ if enabled network; then
network_extralibs="-lws2_32"
check_type ws2tcpip.h socklen_t
check_func_headers winsock2.h closesocket
+ else
+ disable network
fi
fi
More information about the ffmpeg-cvslog
mailing list