mpv/libmpv
Dudemanguy 9db818279a test: integrate unittests with meson
This reworks all of mpv's unit tests so they are compiled as separate
executables (optional) and run via meson test. Because most of the tests
are dependant on mpv's internals, existing compiled objects are
leveraged to create static libs and used when necessary. As an aside, a
function was moved into video/out/gpu/utils for sanity's sake (otherwise
most of vo would have been needed). As a plus, meson multithreads
running tests automatically and also the output no longer pollutes the
source directory. There are tests that can break due to ffmpeg changes,
so they require a specific minimum libavutil version to be built.
2023-03-02 15:45:27 +00:00
..
client.h libmpv: add mpv_del_property() convenience function 2023-01-28 14:20:20 -06:00
mpv.def libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
render.h client API: use symbol visibility attributes 2021-11-19 14:16:41 +00:00
render_gl.h libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
stream_cb.h client API: also export mpv_stream_cb_add_ro 2022-03-11 08:07:13 -06:00