[MPlayer-cvslog] r19491 - in trunk: configure libvo/Makefile mplayer.c
Diego Biurrun
diego at biurrun.de
Thu Aug 24 18:25:28 CEST 2006
On Thu, Aug 24, 2006 at 04:55:04PM +0200, Diego Biurrun wrote:
> On Tue, Aug 22, 2006 at 01:19:11AM +0200, diego wrote:
> >
> > Log:
> > support for disabling/enabling bitmap font support from configure
> >
> > --- trunk/mplayer.c (original)
> > +++ trunk/mplayer.c Tue Aug 22 01:19:11 2006
> > @@ -2840,6 +2840,7 @@
> > +#ifdef HAVE_BITMAP_FONT
> > if(font_name){
> > vo_font=read_font_desc(font_name,font_factor,verbose>1);
> > if(!vo_font) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadFont,font_name);
> > @@ -2850,6 +2851,7 @@
> > if(!vo_font)
> > vo_font=read_font_desc(MPLAYER_DATADIR "/font/font.desc",font_factor,verbose>1);
> > }
> > +#endif
>
> This was almost too easy.
>
> Did I overlook some parts in the code that are related to bitmap fonts?
> Are some options bitmap font only?
Yes, I overlooked MEncoder. Too easy if you have --disable-mencoder in
your build script. Anything else?
Diego
More information about the MPlayer-cvslog
mailing list