mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user