summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-13 00:49:13 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5 (patch)
treea9f68b827218f3a4404cad2a2eaa4c0c15505eed /libmpv
parent706bb1d0c756be95e8646c6e433d5d24f7c75dca (diff)
downloadmpv-7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5.tar.bz2
mpv-7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5.tar.xz
vo: make opengl-cb first in the autoprobing order
This should be helpful for the new OSX Cocoa backend, which uses opengl-cb internally. Since it comes with a behavior change that could possibly interfere with libmpv/opengl_cb users, we mark it as explicit API change.
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index f3e4d4c8c8..f47c670558 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -209,7 +209,7 @@ extern "C" {
* relational operators (<, >, <=, >=).
*/
#define MPV_MAKE_VERSION(major, minor) (((major) << 16) | (minor) | 0UL)
-#define MPV_CLIENT_API_VERSION MPV_MAKE_VERSION(1, 26)
+#define MPV_CLIENT_API_VERSION MPV_MAKE_VERSION(1, 27)
/**
* The API user is allowed to "#define MPV_ENABLE_DEPRECATED 0" before