mpv/DOCS/man/en
wm4 6f20d6b74e lua: fix compilation with lua 5.2
Commit e2e450f9 started making use of luaL_register(), but OF COURSE
this function disappeared in Lua 5.2, and was replaced with a 5.2-only
alternative, slightly different mechanism.

So just NIH our own function. This is actually slightly more correct,
since it forces the user to call "require" to actually make the module
visible for builtin C-only modules other than "mp". Fix autoload.lua
accordingly.
2014-05-26 21:59:29 +02:00
..
af.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
ao.rst manpage: fix grammar 2014-04-26 13:28:31 +02:00
changes.rst manpage: update references to renamed options 2014-05-23 21:14:22 +02:00
encode.rst encode: don't apply default config options 2014-04-19 22:05:17 +02:00
input.rst command: add write_watch_later_config command 2014-05-26 21:59:17 +02:00
lua.rst lua: fix compilation with lua 5.2 2014-05-26 21:59:29 +02:00
mpv.rst manpage: mention bdnav:// 2014-05-20 02:40:28 +02:00
options.rst video: add --video-rotate option for controlling auto-rotation 2014-05-24 16:17:52 +02:00
osc.rst lua/osc: forgot some changed files in previous commit 2014-05-23 13:24:27 +02:00
vf.rst vf_vapoursynth: allow parallel processing 2014-05-14 20:42:04 +02:00
vo.rst options: rename video-related options/properties 2014-05-04 02:46:11 +02:00