1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-06 23:20:15 +00:00
mpv/libmpv
Dudemanguy 88120d4759 client API: always export symbols on windows
Windows is weird and symbols weren't actually being exported. This is
because __GNUC__ is defined and picked up in the conditional, but
__attribute__((visibility("default"))) doesn't actually export anything
to the dll. Instead, just check if we have win32 defined first and then
always set __declspec(dllexport). Fixes #10171.
2022-05-11 14:46:41 +00:00
..
client.h client API: always export symbols on windows 2022-05-11 14:46:41 +00:00
mpv.def libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
mpv.pc.in
render_gl.h libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
render.h client API: use symbol visibility attributes 2021-11-19 14:16:41 +00:00
stream_cb.h client API: also export mpv_stream_cb_add_ro 2022-03-11 08:07:13 -06:00