From 822416cc4e5e863a234d2e86a4ce461a093ee009 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 28 Dec 2019 15:00:21 -0800 Subject: mpv: Update to 0.31.0 --- pkg/mpv/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/mpv/gen.lua') diff --git a/pkg/mpv/gen.lua b/pkg/mpv/gen.lua index 85feac20..add960e2 100644 --- a/pkg/mpv/gen.lua +++ b/pkg/mpv/gen.lua @@ -48,7 +48,7 @@ end file2string('input/input_conf.h', 'etc/input.conf') file2string('player/builtin_conf.inc', 'etc/builtin.conf') file2string('sub/osd_font.h', 'sub/osd_font.otf') -for _, f in ipairs{'defaults', 'assdraw', 'options', 'osc', 'ytdl_hook', 'stats'} do +for _, f in ipairs{'defaults', 'assdraw', 'options', 'osc', 'ytdl_hook', 'stats', 'console'} do file2string('player/lua/'..f..'.inc', 'player/lua/'..f..'.lua') end -- cgit v1.2.3