[FFmpeg-cvslog] r22718 - trunk/libavformat/rtsp.c
Michael Niedermayer
michaelni
Tue Mar 30 10:46:16 CEST 2010
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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20100330/260032f7/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list