[FFmpeg-cvslog] r15824 - trunk/libavformat/udp.c

Mike Melanson mike
Mon Nov 17 08:27:16 CET 2008


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.

Please fix or revert.

-- 
     -Mike Melanson




More information about the ffmpeg-cvslog mailing list