[MPlayer-cvslog] r23923 - in trunk: libvo/sub.c libvo/sub.h mpcommon.c mplayer.c

Ivan Kalvachev ikalvachev at gmail.com
Tue Jul 31 00:19:35 CEST 2007


2007/7/29, voroshil <subversion at mplayerhq.hu>:
> Author: voroshil
> Date: Sun Jul 29 19:57:39 2007
> New Revision: 23923
>
> Log:
> Teletext support
> Part 4/5: teletext page rendering
>
[...]
> +    //very simple teletext font auto scaling
> +    if(!vo_osd_teletext_scale && hm*(max_rows+1)>dys){
> +        text_font_scale_factor*=1.0*(dys)/((max_rows+1)*hm);
> +        force_load_font=1;

10l cola :)
This breaks compilations if only bitmap fonts are used. Because the
variables above are in #ifdef HAVE_FREETYPE block.

I'll disable building of teletext if freetype is not available. I'll
do it in configure.
Fell free to remove my workaround when you have proper fix.



More information about the MPlayer-cvslog mailing list