Skip to content
Snippets Groups Projects
Commit 28c9f069 authored by Michael Kostylev's avatar Michael Kostylev Committed by Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment