[MPlayer-dev-eng] New -subfont option

Benjamin Zores ben at geexbox.org
Sun May 20 23:07:08 CEST 2007


Piotr Kaczuba a écrit :
> W dniu 2007-05-20 18:11, Benjamin Zores napisał(a):
>> On 5/8/07, Benjamin Zores <ben at geexbox.org> wrote:
> [...]
>>> Attached a revised patch.
>>> Ok to proceed for everyone ?
>> Finally applied.
> [...]
> 
> The gui/interface.c part is missing in the commit. Attached patch fixes it.
> 
> Piotr
> 
> 
> ------------------------------------------------------------------------
> 
> Index: gui/interface.c
> ===================================================================
> --- gui/interface.c	(wersja 23358)
> +++ gui/interface.c	(kopia robocza)
> @@ -426,7 +426,7 @@
>  void guiLoadFont( void )
>  {
>  #ifdef HAVE_FREETYPE
> -  load_font_ft(vo_image_width, vo_image_height);
> +  load_font_ft(vo_image_width, vo_image_height, &vo_font, font_name);
>  #else
>   if ( vo_font )
>    {

thx, applied.

Ben



More information about the MPlayer-dev-eng mailing list