summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/options.c')
-rw-r--r--mpvcore/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index f62ac89721..d73faa1cbe 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -346,6 +346,7 @@ const m_option_t mp_opts[] = {
#ifdef CONFIG_LUA
OPT_STRINGLIST("lua", lua_files, CONF_GLOBAL),
+ OPT_FLAG("osc", lua_load_osc, CONF_GLOBAL),
#endif
// ------------------------- stream options --------------------