mpv/waftools/checks
wm4 9b59c175e3 lua: reject Lua 5.3
It simply doesn't work, and is hard to make work. Lua 5.3 is a different
language from 5.1 and 5.2, and is different enough to make adding
support a major issue. Most importantly, 5.3 introduced integer types,
which completely mess up any code which deals with numbers.

I tried to make this a compile time check, but failed. Still at least
try to avoid selecting the 5.3 pkg-config package when the generic "lua"
name is used (why can't Lua upstream just provide an official .pc
file...). Maybe this actually covers all cases.

Fixes #1729 (kind of).
2015-04-01 23:59:15 +02:00
..
__init__.py switch the build system to waf 2013-11-21 21:22:36 +01:00
custom.py lua: reject Lua 5.3 2015-04-01 23:59:15 +02:00
generic.py build: make vdpau and dxva2 checks nicer 2015-03-06 11:31:06 +01:00