From 544233bded74186eca2498e202ed82003c5e04be Mon Sep 17 00:00:00 2001 From: uau Date: Wed, 22 Nov 2006 19:21:16 +0000 Subject: Make compilation depending on USE_OSD unconditional. USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index cc46969990..c993c60137 100644 --- a/mencoder.c +++ b/mencoder.c @@ -520,7 +520,6 @@ if (frameno_filename) { #endif // check font -#ifdef USE_OSD #ifdef HAVE_FREETYPE init_freetype(); #endif @@ -541,7 +540,6 @@ if (frameno_filename) { #endif #ifdef HAVE_FONTCONFIG } -#endif #endif vo_init_osd(); -- cgit v1.2.3