Re: [FFmpeg-devel] [PATCH 2/2] network: Define ENOTCONN as WSAENOTCONN if not defined

2019-12-11 Thread Carl Eugen Hoyos
Am Mi., 11. Dez. 2019 um 13:21 Uhr schrieb Martin Storsjö : > > This fixes compilation with old mingw.org toolchains, which has got > much fewer errno.h entries. > --- > There's still a couple fate instances that use mingw.org headers/libs, > and this is the only detail that currently stops them fr

[FFmpeg-devel] [PATCH 2/2] network: Define ENOTCONN as WSAENOTCONN if not defined

2019-12-11 Thread Martin Storsjö
This fixes compilation with old mingw.org toolchains, which has got much fewer errno.h entries. --- There's still a couple fate instances that use mingw.org headers/libs, and this is the only detail that currently stops them from building. --- libavformat/network.h | 3 +++ 1 file changed, 3 inser