summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
committerChrisK2 <spam@kalania.de>2014-05-23 13:24:27 +0200
commitce69afab440b108972810663255e9211972e964b (patch)
tree2c6345ba2d0e0523e264bfbe8b313cfc19eaa13a /player/lua.c
parentc6915d732510812098e6e6c5f4d3d7e28fe21429 (diff)
downloadmpv-ce69afab440b108972810663255e9211972e964b.tar.bz2
mpv-ce69afab440b108972810663255e9211972e964b.tar.xz
lua/osc: forgot some changed files in previous commit
Diffstat (limited to 'player/lua.c')
-rw-r--r--player/lua.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/player/lua.c b/player/lua.c
index 1c8a5c6cb5..4e1f3d04d2 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -54,6 +54,9 @@ static const char *builtin_lua_scripts[][2] = {
{"mp.assdraw",
# include "player/lua/assdraw.inc"
},
+ {"mp.options",
+# include "player/lua/options.inc"
+ },
{"@osc.lua",
# include "player/lua/osc.inc"
},