[MPlayer-cvslog] r18987 - trunk/Makefile

Rich Felker dalias at aerifal.cx
Thu Jul 13 21:47:20 CEST 2006


On Thu, Jul 13, 2006 at 10:22:17PM +0400, Evgeniy Stepanov wrote:
> On Thursday 13 July 2006 22:10, Reimar Döffinger wrote:
> > Hello,
> >
> > On Thu, Jul 13, 2006 at 09:21:21PM +0400, Evgeniy Stepanov wrote:
> > > On Monday 10 July 2006 02:11, diego wrote:
> > > > Simplify ASS handling second try, this time taking FreeType into
> > > > account.
> > >
> > > Fontconfig should also come after libass.
> >
> > Hmm. When is this a problem? I quite (though not 100%) sure that the
> > current version compiled for me on MinGW...
> 
> It matters when fontconfig and freetype are static libraries. libfontconfig.a 
> won't be included in the binary unless there is something _before_ it that 
> depends on it.

This is a simpliciation. Actually libfontconfig.a will never be
included in the binary; only particular .o files from it that are
needed will be included. And if nothing needs them when it's
encountered in the linking, none of them will be included.

Rich




More information about the MPlayer-cvslog mailing list