summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 13:30:30 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 13:30:30 +0000
commit85f98092f5de87ada0d95cf0686c71fd1bcfc5d0 (patch)
treee748a269c8011a1c9654396bb3977ae6cfb7c814 /mencoder.c
parent28a127d80bb6363d47a3212409f05b5b0b687240 (diff)
downloadmpv-85f98092f5de87ada0d95cf0686c71fd1bcfc5d0.tar.bz2
mpv-85f98092f5de87ada0d95cf0686c71fd1bcfc5d0.tar.xz
100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 0097bdaf31..c6195e9ec8 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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;