From 85a3a0d5bc1294f88dea42a515bb3dce16c9d951 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 22:00:31 +0200 Subject: osd: remove freetype font rendering code The previous commit made libass the default OSD renderer. This commit removes the disabled freetype renderer completely. The commits were done separately to make rolling back easier, because using libass for OSD rendering is a risky choice. Also remove freetype/fontconfig/fribidi code. This is all done by libass now. If mplayer is compiled without libass, no OSD is displayed. --- sub/osd_libass.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/osd_libass.c') diff --git a/sub/osd_libass.c b/sub/osd_libass.c index 4f4d588a3d..392731876d 100644 --- a/sub/osd_libass.c +++ b/sub/osd_libass.c @@ -32,7 +32,6 @@ #include "sub/ass_mp.h" #include "mp_core.h" -int font_fontconfig = 1; // Map OSD symbols (e.g. OSD_PLAY) to the glyphs in osd_font_pfb[]. #define OSD_CODEPOINTS 0xE000 -- cgit v1.2.3