mirror of https://github.com/mpv-player/mpv
client API: also export mpv_client_api_version
20c4036daa
switched to using symbol
visibility attributes for mpv client api functions (for the meson build
at least). Unfortunately mpv_client_api_version was mistakenly missed.
We need to export this function as well. Fixes #9531.
This commit is contained in:
parent
448fe0226b
commit
f08db00d26
|
@ -259,7 +259,7 @@ extern "C" {
|
|||
/**
|
||||
* Return the MPV_CLIENT_API_VERSION the mpv source has been compiled with.
|
||||
*/
|
||||
unsigned long mpv_client_api_version(void);
|
||||
MPV_EXPORT unsigned long mpv_client_api_version(void);
|
||||
|
||||
/**
|
||||
* Client context used by the client API. Every client has its own private
|
||||
|
|
Loading…
Reference in New Issue