[Ffmpeg-devel] [PATCH] Networking with MingW
Michael A. Kohn
mike
Tue Nov 7 19:25:44 CET 2006
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?
More information about the ffmpeg-devel
mailing list