[MPlayer-dev-eng] [PATCH#2] make the mplayer binary several 100k smaller

Andreas Hess jaska at gmx.net
Mon Jun 23 08:04:24 CEST 2003


On Thu, Jun 19, 2003 at 05:02:25PM +0200, Michael Niedermayer wrote:
> hmm, i dont like the #ifdef CONFIG_ENCODERS patch, theres no point in putting 
> #ifdef CONFIG_ENCODERS #endif around static functions, a sane compiler should 
> not inlude them in the binary if they arent used

The problems were, that some statics are still included, even so they
are not referenced by other code, and that there were some references
to encoding functions, because of a missing #ifdef CONFIG_ENCODERS.


Andreas



More information about the MPlayer-dev-eng mailing list