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

D Richard Felker III dalias at aerifal.cx
Sat Jun 7 03:12:49 CEST 2003


On Sat, Jun 07, 2003 at 01:11:59AM +0200, David Holm wrote:
> On Sat, 07 Jun 2003 00:10:39 +0200
> Andreas Hess <jaska at gmx.net> wrote:
> 
> > Hi,
> > 
> > while looking at the configure I saw that the libavcodec encoders
> > are always build wether we need them or not. So if mplayer is build
> > without mencoder, there is no need for the encoding support in
> > libavcodec.
> > Only problem is, to get this to work there are some changes to
> > libavcodec needed (some missing #ifdef's). I'm not subscribed to
> > the ffmpeg-devel list, so maybe someone from this list, who has
> > ffmpeg cvs access can apply the second patch (the first patch is
> > the small change to the configure).
> 
> Great, so you want to break the dxr3 driver? (And maybe a couple of others)

Well we could do #if defined (HAVE_MENCODER) || defined (HAVE_DXR3) ||
..., but I'm not sure if it's worth it. MPlayer is quite big, so 100k
doesn't make much difference.

Rich



More information about the MPlayer-dev-eng mailing list