summaryrefslogtreecommitdiffstats
path: root/player/lua.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-19 18:51:53 +0100
committerwm4 <wm4@nowhere>2014-11-19 18:59:38 +0100
commit079ecd7f017be7528ab597e5db36042a0eecee0d (patch)
tree2518efcadb7d06971ef26b4de1636bfa1206b850 /player/lua.c
parent0f7df894688d7d2d4b5745944d9b84aeb512f1ae (diff)
downloadmpv-079ecd7f017be7528ab597e5db36042a0eecee0d.tar.bz2
mpv-079ecd7f017be7528ab597e5db36042a0eecee0d.tar.xz
player: integrate ytdl_hook.lua
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 699c928e87..8a2e3ec925 100644
--- a/player/lua.c
+++ b/player/lua.c
@@ -65,6 +65,9 @@ static const char * const builtin_lua_scripts[][2] = {
{"@osc.lua",
# include "player/lua/osc.inc"
},
+ {"@ytdl_hook.lua",
+# include "player/lua/ytdl_hook.inc"
+ },
{0}
};