diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2009-06-19 17:21:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-19 17:21:13 +0000 |
commit | 28c9f06959974c905622d18c318365cee8c315ad (patch) | |
tree | 8375b743a321841f2237662d227924c6f5a0db29 /configure | |
parent | 352666c17c3d24d1df9796dd7afbff3b0fe26380 (diff) | |
download | ffmpeg-28c9f06959974c905622d18c318365cee8c315ad.tar.gz |
Disable network support if required headers cannot be found.
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |