summaryrefslogtreecommitdiffstats
path: root/generated
Commit message (Collapse)AuthorAgeFilesLines
* meson: minor QOL and logic tweaksDudemanguy2021-11-151-2/+2
| | | | | | | | | | | A few custom targets had some less than optimal names which created some misleading "Generating custom-target-name with a custom command" messages. Change those to be more descriptive/correct. In a few other places, some checks were being done that could easily be skipped/ignored in certain cases (like checking for windows-related headers when gl-win32 isn't true). Also rearrange that to be smarter. Finally, print some extra libplacebo messages for enabling/disabling vo_gpu_next.
* build: add meson build supportDudemanguy2021-11-148-0/+166
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.