mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23359 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c64608422a
commit
4f0ee265ff
@ -426,7 +426,7 @@ extern m_obj_settings_t * vf_settings;
|
||||
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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user