mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
e2e450f961
We need this only because Lua's stdlib is so scarce. Lua doesn't intend to include a complete stdlib - they confine themselves to standard C, both for portability reasons and to keep the code minimal. But standard C does not provide much either. It would be possible to use Lua POSIX wrapper libraries, but that would be a messy (and unobvious) dependency. It's better to implement the missing functions ourselves, as long as they're small in number. |
||
---|---|---|
.. | ||
client_api_examples | ||
lua_examples | ||
man/en | ||
coding-style.md | ||
crosscompile-mingw.md | ||
edl-mpv.rst | ||
encoding.rst | ||
tech-overview.txt | ||
waf-buildsystem.rst |