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

Reimar Döffinger Reimar.Doeffinger
Mon Nov 17 08:39:13 CET 2008


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...




More information about the ffmpeg-cvslog mailing list