Commit 28c9f069 authored by Michael Kostylev's avatar Michael Kostylev Committed by Diego Biurrun

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
parent 352666c1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment