summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: remove horrifying macos luajit hackDudemanguy2022-02-071-17/+4
* libplacebo: bump minimum dependency to 4.157Niklas Haas2022-02-031-1/+1
* build: rename libplacebo version checkNiklas Haas2022-02-031-4/+4
* meson: fix libdl existence check for *bsd systemsAndrew Krasavin2022-02-021-6/+7
* meson: add version check to wayland-protocolsDudemanguy2022-01-291-1/+1
* build: remove aviocontext bytes_read checkDudemanguy2022-01-251-8/+0
* ao_sndio: bugfix and small refactoring for #8314Andrew Krasavin2022-01-221-0/+8
* meson: add check kwarg to run_command() callsLaserEyess2022-01-181-5/+5
* ao_pipewire: Add PipeWire audio backendThomas Weißschuh2022-01-171-0/+8
* meson: remove iconv hacks and bump req. versionDudemanguy2022-01-091-10/+2
* vo_gpu_next: update for new tone mapping optionsNiklas Haas2022-01-071-3/+3
* meson: fix incorrect egl_drm operator in buildDudemanguy2021-12-211-1/+1
* meson: remove unneccesary shaderc_static checkDudemanguy2021-12-191-1/+1
* meson: look for rst2man.py as well as rst2manPhilip Langdale2021-12-171-1/+1
* libmpv: remove opengl_cb API and other deprecated symbolssfan52021-12-151-3/+3
* meson: correct champ.c to chmap.cSolomon Choina2021-11-261-1/+1
* meson: add a temporary workaround for iconv crapDudemanguy2021-11-261-7/+9
* vo_gpu_next: factor out context-specific code to gpu_next/context.csfan52021-11-221-1/+2
* meson: use gnu_symbol_visibility for libmpvDudemanguy2021-11-191-1/+2
* meson: fix typo in header checkDudemanguy2021-11-181-1/+1
* meson: fix build on androidDudemanguy2021-11-161-18/+28
* meson: check for x11 when building the xv optionDudemanguy2021-11-151-1/+5
* meson: minor QOL and logic tweaksDudemanguy2021-11-151-18/+37
* meson: also check for generic lua.pcDudemanguy2021-11-151-1/+2
* meson: fix -Werror=format-security flagDudemanguy2021-11-151-1/+4
* build: add meson build supportDudemanguy2021-11-141-0/+1840