diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-06 22:24:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-06 22:25:34 +0100 |
commit | 523a803b7352564fcd28ec6d5dc0bfb6f8c5534f (patch) | |
tree | 231a37281698cbcff5226d60c76e9a03fbdf1359 /configure | |
parent | 00f25e0a990f9200806fc23d9054a47169db69a2 (diff) | |
parent | 9409c9bdbfd829353473ee6cc3e91c726481c069 (diff) | |
download | ffmpeg-523a803b7352564fcd28ec6d5dc0bfb6f8c5534f.tar.gz |
Merge commit '9409c9bdbfd829353473ee6cc3e91c726481c069'
* commit '9409c9bdbfd829353473ee6cc3e91c726481c069':
configure: Disable networking if winsock2.h is available but winsock functions aren't
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4253,7 +4253,7 @@ if ! disabled network; then check_func_headers winsock2.h closesocket -lws2 && network_extralibs="-lws2" || { check_func_headers winsock2.h closesocket -lws2_32 && - network_extralibs="-lws2_32"; } + network_extralibs="-lws2_32"; } || disable winsock2_h network check_func_headers ws2tcpip.h getaddrinfo $network_extralibs check_type ws2tcpip.h socklen_t check_type ws2tcpip.h "struct addrinfo" |