mpv/libmpv
Dudemanguy 20c4036daa client API: use symbol visibility attributes
In mpv, the only symbols we want to export are the functions from the
client API. This is accomplised using a specific .def whitelist, but the
main compilers people use (gcc or clang) like these attributes since it
allows for further optimizations. MSVC also allegedly supports this as
well (untested of course), so use __declspec for tht case.
2021-11-19 14:16:41 +00:00
..
client.h client API: use symbol visibility attributes 2021-11-19 14:16:41 +00:00
mpv.def client API: add a per client unique ID 2020-03-26 23:39:35 +01:00
mpv.pc.in
opengl_cb.h drm/atomic: add connector to atomic context 2018-05-01 20:48:02 +03:00
render.h client API: use symbol visibility attributes 2021-11-19 14:16:41 +00:00
render_gl.h drm: fix libmpv ABI breakage introduced in 351c083487 2019-09-18 23:59:32 +03:00
stream_cb.h stream_cb: add cancel_fn callback 2019-09-27 13:00:45 -07:00