mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
enable fontconfig support by default. This change takes only in effect,
if fontconfig support is actually compiled in. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29370 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a0bb608741
commit
9b57e55ee5
@ -71,7 +71,7 @@ int vo_image_height = 0;
|
||||
int force_load_font;
|
||||
|
||||
int using_freetype = 0;
|
||||
int font_fontconfig = 0;
|
||||
int font_fontconfig = 1;
|
||||
|
||||
//// constants
|
||||
static unsigned int const colors = 256;
|
||||
|
Loading…
Reference in New Issue
Block a user