[Mplayer-cvslog] CVS: main mplayer.c,1.752,1.753

Diego Biurrun diego at biurrun.de
Wed Apr 28 03:49:20 CEST 2004


Alex Beregszaszi writes:
> CVS change done by Alex Beregszaszi
> Modified Files:
> 	mplayer.c 
> Log Message:
> play the audio buffer in case of normal eof (i know the change is rude, but mplayer.c is hopelessly obfuscated)
> 
> --- mplayer.c	26 Apr 2004 21:15:13 -0000	1.752
> +++ mplayer.c	27 Apr 2004 23:38:52 -0000	1.753
> @@ -186,6 +186,7 @@
>  ao_functions_t *audio_out=NULL;
>  
>  int fixed_vo=0;
> +int eof=0;

Unfortunately this breaks compilation on MinGW:

gcc -c -I../libvo/ -I../../libvo -g -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -Ilibmpdemux -Iloader -Ilibvo           -o mplayer.o mplayer.c
mplayer.c:189: `eof' redeclared as different kind of symbol
c:/Programme/MinGW/include/io.h:259: previous declaration of `eof'
make: *** [mplayer.o] Error 1

Diego




More information about the MPlayer-cvslog mailing list