[Mplayer-cvslog] Re: CVS: main/libmpdemux aviheader.c,1.54,1.55

Diego Biurrun diego at biurrun.de
Wed Apr 28 17:07:34 CEST 2004


On Wed, Apr 28, 2004 at 11:28:06AM +0200, Tobias Diedrich wrote:
> Richard Felker CVS wrote:
> 
> > don't use odml when we don't have to -- the code is buggy!
> 
> The fix is buggy too. :-)

Seems like a few more bugs slipped in, fails to compile here with gcc
3.3.3:

cc -c -I../libvo/ -I../../libvo -g -O4 -march=k6-3 -mcpu=k6-3 -pipe
-ffast-math -fomit-frame-pointer -D_REENTRANT -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../loader
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I../libavcodec -I../libavformat    -o aviheader.o aviheader.c
aviheader.c: In function `read_avi_header':
aviheader.c:225: error: `DWORD' undeclared (first use in this function)
aviheader.c:225: error: (Each undeclared identifier is reported only
once
aviheader.c:225: error: for each function it appears in.)
aviheader.c:225: error: parse error before "i"
aviheader.c:255: error: `i' undeclared (first use in this function)
make[1]: *** [aviheader.o] Error 1

Diego




More information about the MPlayer-cvslog mailing list