[MPlayer-cvslog] r18980 - trunk/Makefile

Diego Biurrun diego at biurrun.de
Sun Jul 9 17:59:26 CEST 2006


On Sun, Jul 09, 2006 at 07:56:49PM +0400, Evgeniy Stepanov wrote:
> On Sunday 09 July 2006 19:42, diego wrote:
> >
> > Log:
> > Simplify ASS handling.
> >
> > --- trunk/Makefile	(original)
> > +++ trunk/Makefile	Sun Jul  9 17:42:26 2006
> > @@ -82,12 +82,6 @@
> >  VO_LIBS += $(EXTERNAL_VIDIX_LIB)
> >  endif
> >
> > -ASS_LIB =
> > -
> > -ifeq ($(CONFIG_ASS),yes)
> > -ASS_LIB += libass/libass.a
> > -endif
> > -
> >  AO_LIBS = $(ARTS_LIB) \
> >            $(ESD_LIB) \
> >            $(JACK_LIB) \
> > @@ -119,7 +113,6 @@
> >                $(W32_LIB) \
> >                libaf/libaf.a \
> >                libmpdemux/libmpdemux.a \
> > -              $(ASS_LIB) \
> >                libswscale/libswscale.a \
> >                osdep/libosdep.a \
> >                $(DVDREAD_LIB) \
> > @@ -263,6 +256,7 @@
> >  endif
> >  ifeq ($(CONFIG_ASS),yes)
> >  COMMON_DEPS += libass/libass.a
> > +COMMON_LIBS += libass/libass.a
> >  PARTS += libass
> >  endif
> 
> This surely breaks MinGW compilation. FreeType and FontConfig are static libs 
> there, linking order is important.

Well possible, I don't have a Windows system to test.  Feel free to fix
the order, it should be compatible with my simplification.

Diego



More information about the MPlayer-cvslog mailing list