mirror of https://github.com/mpv-player/mpv
100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28a127d80b
commit
85f98092f5
|
@ -56,6 +56,7 @@ int vo_image_height = 0;
|
|||
int force_load_font;
|
||||
|
||||
int using_freetype = 0;
|
||||
int font_fontconfig = 0;
|
||||
|
||||
//// constants
|
||||
static unsigned int const colors = 256;
|
||||
|
|
|
@ -177,7 +177,7 @@ static int play_n_frames_mf=-1;
|
|||
// sub:
|
||||
char *font_name=NULL;
|
||||
#ifdef HAVE_FONTCONFIG
|
||||
int font_fontconfig=0;
|
||||
extern int font_fontconfig;
|
||||
#endif
|
||||
float font_factor=0.75;
|
||||
char **sub_name=NULL;
|
||||
|
|
Loading…
Reference in New Issue