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
release/0.6
Michael Kostylev 16 years ago committed by Diego Biurrun
parent 352666c17c
commit 28c9f06959
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save