mpv/TOOLS
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
..
lib/Parse Parse::Matroska::Reader: get rid of `bigrat` 2014-02-15 19:43:22 -03:00
lua lua: fix compilation with lua 5.2 2014-05-26 21:59:29 +02:00
osxbundle/mpv.app/Contents OS X bundle: add UTImportedTypeDeclarations 2014-04-25 09:18:52 +02:00
vf_dlopen TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args 2014-05-15 10:32:16 -07:00
dylib-unhell.py osxbundle: fix recursion termination 2014-05-25 07:42:40 +02:00
file2string.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00
gen-x11-icon.sh x11: add window icon 2013-09-01 23:27:33 +02:00
matroska.pl demux_mkv: fix compiler warnings 2013-11-04 23:49:22 +01:00
mpv_identify.sh TOOLS/mpv_identify.sh: unbreak 2014-05-14 20:56:09 +02:00
osxbundle.py osxbundle: split and optimize bundling script 2014-05-09 20:48:15 +02:00
stats-conv.py TOOLS/stats-conv: don't crash on empty lines 2014-05-11 18:16:33 +02:00
umpv TOOLS/umpv: make it work with Python 3 (again) 2014-04-29 02:21:59 +02:00
uncrustify.cfg uncrustify: add some instructions 2013-05-12 21:24:55 +02:00
youtube-dl_mpv.sh TOOLS: make youtube-dl_mpv.sh executable 2014-04-28 22:23:31 +02:00