[Ffmpeg-devel] [PATCH] Networking with MingW
Diego Biurrun
diego
Tue Nov 7 19:56:34 CET 2006
On Tue, Nov 07, 2006 at 12:25:44PM -0600, Michael A. Kohn wrote:
>
> On Tue, 7 Nov 2006, Diego Biurrun wrote:
>
> >On Tue, Nov 07, 2006 at 07:37:53AM -0600, Michael A. Kohn wrote:
> >>
> >>Is there a HAVE_CLOSESOCKET? Or should that be added to the configure
> >>script for BEOS and MINGW?
> >
> >A test should be in configure.
>
> #ifndef HAVE_SOCKLEN_T
> typedef int socklen_t;
> #endif
>
> These 3 lines will break the compile on Linux. So now I'm guessing
> configure currently doesn't check for socklen_t and that
> HAVE_SOCKLEN_T needs to be added to the configure script also?
Correct.
Diego
More information about the ffmpeg-devel
mailing list