summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index f1bb37bd0f..f712dda9ee 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3110,7 +3110,7 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
vo_init_osd();
#ifdef USE_ASS
-if(ass_enabled) {
+if(1 || ass_enabled) { // even if ass_enabled==0 now it can be used
char* path = get_path("fonts");
ass_library = ass_library_init();
ass_set_fonts_dir(ass_library, path);