mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
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 force_load_font;
|
||||||
|
|
||||||
int using_freetype = 0;
|
int using_freetype = 0;
|
||||||
|
int font_fontconfig = 0;
|
||||||
|
|
||||||
//// constants
|
//// constants
|
||||||
static unsigned int const colors = 256;
|
static unsigned int const colors = 256;
|
||||||
|
@ -177,7 +177,7 @@ static int play_n_frames_mf=-1;
|
|||||||
// sub:
|
// sub:
|
||||||
char *font_name=NULL;
|
char *font_name=NULL;
|
||||||
#ifdef HAVE_FONTCONFIG
|
#ifdef HAVE_FONTCONFIG
|
||||||
int font_fontconfig=0;
|
extern int font_fontconfig;
|
||||||
#endif
|
#endif
|
||||||
float font_factor=0.75;
|
float font_factor=0.75;
|
||||||
char **sub_name=NULL;
|
char **sub_name=NULL;
|
||||||
|
@ -289,7 +289,7 @@ extern int vo_flags;
|
|||||||
// sub:
|
// sub:
|
||||||
char *font_name=NULL;
|
char *font_name=NULL;
|
||||||
#ifdef HAVE_FONTCONFIG
|
#ifdef HAVE_FONTCONFIG
|
||||||
int font_fontconfig=0;
|
extern int font_fontconfig;
|
||||||
#endif
|
#endif
|
||||||
float font_factor=0.75;
|
float font_factor=0.75;
|
||||||
char **sub_name=NULL;
|
char **sub_name=NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user