From 92a9150cc253fb3ce21228d5b5afb6a06d7054fd Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 27 Sep 2017 01:17:47 +0200 Subject: lua: integrate stats.lua script Signed-off-by: wm4 Rename --stats to --load-stats-overlay and add an entry to options.rst over the original commit. Signed-off-by: wm4 --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 1344b39a5e..cb66fbec40 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -100,7 +100,7 @@ def build(ctx): ) lua_files = ["defaults.lua", "assdraw.lua", "options.lua", "osc.lua", - "ytdl_hook.lua"] + "ytdl_hook.lua", "stats.lua"] for fn in lua_files: fn = "player/lua/" + fn -- cgit v1.2.3