[MPlayer-cvslog] r22131 - trunk/stream/tcp.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Feb 4 17:09:42 CET 2007
Hello,
On Sun, Feb 04, 2007 at 05:01:22PM +0100, Alex Beregszaszi wrote:
> > Modified: trunk/stream/tcp.c
> > ==============================================================================
> > --- trunk/stream/tcp.c (original)
> > +++ trunk/stream/tcp.c Sun Feb 4 15:18:56 2007
> > @@ -86,6 +86,13 @@
> > return TCP_ERROR_FATAL;
> > }
> >
> > +#if defined SO_RCVTIMEO && defined SO_SNDTIMEO
>
> Is that semantic supported everywhere? I (and ffmpeg) always used
> defined(x).
Was probably just missed during review. Changed, in the worst case it's
only for consistency.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list