mirror of https://github.com/FFmpeg/FFmpeg.git
Previously, if neither of the checks for the closesocket function succeeded, we still kept winsock2.h and networking in general enabled. When targeting the WinRT API subset, the winsock2.h header is available (making the check for it succeed, giving the impression that winsock is available), but tests that actually try to use such a function will fail. In this case, disable the winsock2.h feature and networking in general, as if the winsock2.h header test would have failed in the first place. Signed-off-by: Martin Storsjö <martin@martin.st>pull/53/head
parent
01d245ef43
commit
9409c9bdbf
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue