mpv/player/lua
Dudemanguy 0bed2a2263 build: remove outdated generated directory
This only existed as essentially a workaround for meson's behavior and
to maintain compatibility with the waf build. Since waf put everything
in a generated subdirectory, we had to put make a subdirectory called
"generated" in the source for meson so stuff could go to the right
place. Well now we don't need to do that anymore. Move the meson.build
files around so they go in the appropriate place in the subdirectory of
the source tree and change the paths of the headers accordingly. A
couple of important things to note.

1. mpv.com now gets made in build/player/mpv.com (necessary because of
   a meson limitation)
2. The macos icon generation path is shortened to
   TOOLS/osxbundle/icon.icns.inc.
2023-07-31 19:00:06 +00:00
..
assdraw.lua
auto_profiles.lua auto_profiles: try to distinguish invalid properties better 2023-04-07 01:48:55 +00:00
console.lua console: sort the output from the `help` command 2023-07-14 13:06:01 +00:00
defaults.lua lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
options.lua lua: read_options: find script-opts prefix at index 1 exactly 2023-06-01 15:11:55 +03:00
osc.lua osc: don't add margins to osc-deadzonesize 2023-07-21 20:24:18 +02:00
stats.lua stats.lua: set sans-serif as default font 2023-07-10 16:58:54 +02:00
ytdl_hook.lua ytdl_hook: fix clip start and end 2023-04-12 02:14:09 +00:00