[FFmpeg-cvslog] r22718 - trunk/libavformat/rtsp.c

Kostya kostya.shishkov
Tue Mar 30 11:27:14 CEST 2010


On Tue, Mar 30, 2010 at 10:46:16AM +0200, Michael Niedermayer wrote:
> On Mon, Mar 29, 2010 at 09:18:28PM +0100, M?ns Rullg?rd wrote:
> > Michael Kostylev <michael.kostylev at gmail.com> writes:
> > 
> > > On Mon Mar 29 20:21:23 2010
> > > M?ns Rullg?rd wrote:
> > >
> > >>>> -        }
> > >>>> +        } else if (n == 0 && ++timeout_cnt >= MAX_TIMEOUTS) {
> > >>>> +            return AVERROR(ETIME);
> > >>>
> > >>> Some FATE machines complain about
> > >>> rtsp.c:1699: error: `ETIME' undeclared
> > >> 
> > >> ETIME is optional under the XSI streams extension.  ETIMEDOUT, which
> > >> is required by POSIX, seems to be the proper code here.
> > >
> > > ETIMEDOUT is available on BSDs but not on MinGW.
> > 
> > FUUUUCK
> 
> iam ok with EFUCK if that is available everywhere

You know it's missing on *BSD as well
 
> [...]
> 
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB



More information about the ffmpeg-cvslog mailing list