Author: adrian Date: Wed Dec 16 12:11:31 2009 New Revision: 30044 Log: Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/libvo/font_load_ft.c Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Tue Dec 15 21:38:54 2009 (r30043) +++ trunk/help/help_mp-en.h Wed Dec 16 12:11:31 2009 (r30044) @@ -856,6 +856,7 @@ static const char help_text[]= #define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareOSDFont "Cannot prepare OSD font.\n" #define MSGTR_LIBVO_FONT_LOAD_FT_CannotGenerateTables "Cannot generate tables.\n" #define MSGTR_LIBVO_FONT_LOAD_FT_DoneFreeTypeFailed "FT_Done_FreeType failed.\n" +#define MSGTR_LIBVO_FONT_LOAD_FT_FontconfigNoMatch "Fontconfig failed to select a font. Trying without fontconfig...\n" // sub.c #define MSGTR_VO_SUB_Seekbar "Seekbar" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
