1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00
mpv/player
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
..
lua lua: replace getcwd() implementation 2015-03-24 22:04:27 +01:00
audio.c audio: increase maximum amount of audio skipped for seeking 2015-03-24 15:38:51 +01:00
client.c client API: remove dead assignment 2015-03-23 18:07:33 +01:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c command: remove unused function 2015-04-01 01:01:15 +02:00
command.h player: fix audio-device-list updates 2015-02-14 15:13:58 +01:00
configfiles.c player: fix seekability test 2015-03-20 00:36:42 +01:00
core.h player, client API: refactor cplayer init, reduce client API differences 2015-03-05 11:22:15 +01:00
discnav.c
loadfile.c player: relax assertion on mp_set_playlist_entry 2015-03-26 00:04:08 +01:00
lua.c lua: reject Lua 5.3 2015-04-01 23:59:15 +02:00
main_fn.c
main.c encode: make --audio-channels=auto work 2015-03-23 17:41:50 +01:00
misc.c player: cosmetics: async/non-blocking -> reentrant 2015-02-20 20:06:43 +01:00
osd.c
playloop.c player: use symbolic constant for seek precision 2015-03-04 17:31:36 +01:00
screenshot.c player: fix crash when taking screenshots in idle mode 2015-03-11 12:02:31 +01:00
screenshot.h
scripting.c
sub.c build: fix warnings with --disable-libass 2015-03-04 17:28:36 +01:00
video.c video: fix seek-to-last-frame 2015-03-26 11:57:48 +01:00