[MPlayer-cvslog] r22131 - trunk/stream/tcp.c

Alex Beregszaszi alex at fsn.hu
Sun Feb 4 17:01:22 CET 2007


Hi,

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

--
Alex




More information about the MPlayer-cvslog mailing list