[FFmpeg-cvslog] r15824 - trunk/libavformat/udp.c
Benoit Fouet
benoit.fouet
Mon Nov 17 08:44:06 CET 2008
Reimar D?ffinger wrote:
> On Sun, Nov 16, 2008 at 11:27:16PM -0800, Mike Melanson wrote:
>
>> henry wrote:
>>
>>> Author: henry
>>> Date: Fri Nov 14 20:33:22 2008
>>> New Revision: 15824
>>>
>>> Log:
>>> check for interrupt when receiving from socket
>>>
>>> Modified:
>>> trunk/libavformat/udp.c
>>>
>> Hey! Did anyone notice that this change broke Mac OS X builds? At issue
>> is this line:
>>
>> len = recv(s->udp_fd, buf, size, MSG_DONTWAIT);
>>
>> MSG_DONTWAIT is not defined on Mac OS X. Actually, on Linux, I can't
>> find it on the man page for recv(2) either.
>>
>
> At least a patch is already available, not sure if it has been
> applied...
>
it's on its way... it should be applied within minutes.
More information about the ffmpeg-cvslog
mailing list