From 7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Feb 2018 00:49:13 +0100 Subject: 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. --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv/client.h') 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 -- cgit v1.2.3