From 4f4c08415ccea8def40d0c2192660ab01cb93be5 Mon Sep 17 00:00:00 2001 From: ulion Date: Wed, 12 Dec 2007 10:00:34 +0000 Subject: Fix libass to support -nofontconfig. For history reason, fontconfig is auto-enabled when ass is enabled, we keep this behavior and document it clearly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25379 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 4332b89673..3d36b3961b 100644 --- a/mencoder.c +++ b/mencoder.c @@ -533,7 +533,7 @@ if (frameno_filename) { init_freetype(); #endif #ifdef HAVE_FONTCONFIG - if(!font_fontconfig) + if(font_fontconfig <= 0) { #endif #ifdef HAVE_BITMAP_FONT -- cgit v1.2.3