diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-28 15:00:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-28 15:00:21 -0800 |
| commit | 822416cc4e5e863a234d2e86a4ce461a093ee009 (patch) | |
| tree | 8c71416ff54ef2558996a0f8ddb2586dd68fc4bb /pkg/mpv/gen.lua | |
| parent | 14a717c2d8e23bb99eb91e7b2dd6e3d16a8656f0 (diff) | |
mpv: Update to 0.31.0
Diffstat (limited to 'pkg/mpv/gen.lua')
| -rw-r--r-- | pkg/mpv/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
