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:
Dudemanguy 2021-11-27 22:46:54 -06:00
parent 448fe0226b
commit f08db00d26
1 changed files with 1 additions and 1 deletions

View File

@ -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