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:
ben 2007-05-20 21:07:14 +00:00
parent c64608422a
commit 4f0ee265ff
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{