[Mplayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.96,1.97

Diego Biurrun diego at biurrun.de
Mon Apr 21 01:03:33 CEST 2003


Diego Biurrun CVS schrieb:
> Modified Files:
> 	demux_mov.c 
> Log Message:
> Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from
> crashing.  Also Fixes compilation with --disable-streaming on Cygwin gcc
> 3.2 where the include appears to be needed.
> 
> --- demux_mov.c	15 Mar 2003 10:52:30 -0000	1.96
> +++ demux_mov.c	20 Apr 2003 23:15:27 -0000	1.97
> @@ -44,8 +44,7 @@
>  #include <zlib.h>
>  #endif
>  
> -// inclusion of fcntl.h cause cygwin gcc crash
> -#ifndef __CYGWIN__
> +#ifndef _FCNTL_H
>  #include <fcntl.h>
>  #endif

This belongs in 0_90 IMHO.  If no problems arise during the next days, I 
think this should be ported.

Diego




More information about the MPlayer-cvslog mailing list