git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-12-08 13:30:30 +00:00
parent 28a127d80b
commit 85f98092f5
3 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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;

View File

@ -289,7 +289,7 @@ extern int vo_flags;
// 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;