summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd.c')
-rw-r--r--sub/osd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sub/osd.c b/sub/osd.c
index 8bbd077290..f949bc94b5 100644
--- a/sub/osd.c
+++ b/sub/osd.c
@@ -67,6 +67,8 @@ static const m_option_t style_opts[] = {
{"auto", 0}, {"left", 1}, {"center", 2}, {"right", 3})},
{"font-provider", OPT_CHOICE(font_provider,
{"auto", 0}, {"none", 1}, {"fontconfig", 2}), .flags = UPDATE_SUB_HARD},
+ {"fonts-dir", OPT_STRING(fonts_dir),
+ .flags = M_OPT_FILE | UPDATE_SUB_HARD},
{0}
};