Commit e0affef4 authored by diego's avatar diego

Disable network support if required headers cannot be found.

patch by Michael Kostylev, michael.kostylev gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19227 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1ba1824
...@@ -2173,6 +2173,8 @@ if enabled network; then ...@@ -2173,6 +2173,8 @@ if enabled network; then
network_extralibs="-lws2_32" network_extralibs="-lws2_32"
check_type ws2tcpip.h socklen_t check_type ws2tcpip.h socklen_t
check_func_headers winsock2.h closesocket check_func_headers winsock2.h closesocket
else
disable network
fi fi
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