[MPlayer-dev-eng] [PATCH] Make it compile with gcc 3.4

D Richard Felker III dalias at aerifal.cx
Mon Mar 1 02:19:39 CET 2004


On Sun, Feb 29, 2004 at 11:08:55PM +0100, Bernhard Rosenkraenzer wrote:
> mplayer (current CVS) requires a couple of adjustments to work with gcc 
> 3.4+.
> Mostly making sure the new optimizer isn't too aggressive about removing 
> "unused" symbols, and a minor change (gcc 3.4+ doesn't accept a label at 
> the end of a function -- apparently ISO C doesn't like this feature of 
> earlier gccs).

DO NOT APPLY without verifying that attribute used is supported by all
versions of gcc. If it's not, an approach like the one just committed
to ffmpeg is needed.

Rich




More information about the MPlayer-dev-eng mailing list