[MPlayer-cvslog] r26175 - in trunk/libmpdemux: demux_avs.h demuxer.h ebml.h matroska.h mp3_hdr.h mpeg_packetizer.h muxer.h parse_es.h stheader.h

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Mar 6 09:06:38 CET 2008


On Thu, Mar 06, 2008 at 03:33:30AM +0200, Uoti Urpala wrote:
> On Thu, 2008-03-06 at 01:59 +0100, Diego Biurrun wrote:
> > We got ourselves the first bug uncovered by the new #include scheme:
> > 
> > cc  -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=k6-3 -mtune=k6-3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/include/directfb -I/usr/include/  -I/usr/include/SDL -D_REENTRANT -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -c -o ve_vfw.o ve_vfw.c
> > In file included from ../libmpdemux/muxer.h:7,
> >                  from ve_vfw.c:31:
> > ../libmpdemux/aviheader.h:78: error: conflicting types for 'MainAVIHeader'
> > ../loader/wine/avifmt.h:186: error: previous declaration of 'MainAVIHeader' was here
> > ../libmpdemux/aviheader.h:102: error: conflicting types for 'AVIStreamHeader'
> > ../loader/wine/avifmt.h:212: error: previous declaration of 'AVIStreamHeader' was here
> > ../libmpdemux/aviheader.h:120: error: conflicting types for 'AVIINDEXENTRY'
> > ../loader/wine/avifmt.h:230: error: previous declaration of 'AVIINDEXENTRY' was here
> > make[1]: *** [ve_vfw.o] Error 1
> > make[1]: Leaving directory `/var/tmp/mplayer_vanilla/libmpcodecs'
> > make: *** [libmpcodecs/libmpcodecs.a] Error 2
> > 
> > libmpdemux/aviheader.h and loader/wine/avifmt.h have duplicate
> > declarations with conflicting types.

This is neither a bug nor has anything been uncovered. We even discussed
this in detail during the format-string fixes, and this is just what you
have to expect when going for the quick hack instead of a real "fix" just
like everyone else has done for years.

> > Uoti suggested just removing the loader/wine/avifmt.h #include from
> > ve_vfw.c, I'll look into it when I have had more sleep.
> 
> Since compilation is currently broken I'll change it to include
> libmpdemux/aviheader.h. At least that makes it compile.

I guess that means that now the file is full again of printf format
string mismatches...
So far I have only seen a lot of bug-shuffling around but certainly
nothing uncovered and nothing fixed...



More information about the MPlayer-cvslog mailing list