From 6bd2bdc74522f0fbcc51f79e435729b1efe6c4f6 Mon Sep 17 00:00:00 2001 From: Akemi Date: Wed, 18 Apr 2018 16:04:27 +0200 Subject: cocoa: change deprecation warning from opengl-cb to libmpv --- video/out/opengl/context_cocoa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out') diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c index 367c6cd291..b73ca9d9a2 100644 --- a/video/out/opengl/context_cocoa.c +++ b/video/out/opengl/context_cocoa.c @@ -171,7 +171,7 @@ static bool cocoa_init(struct ra_ctx *ctx) p->opts = mp_get_config_group(ctx, ctx->global, &cocoa_conf); vo_cocoa_init(ctx->vo); - MP_WARN(ctx->vo, "opengl cocoa backend is deprecated, use opengl-cb instead\n"); + MP_WARN(ctx->vo, "opengl cocoa backend is deprecated, use vo=libmpv instead\n"); if (!create_gl_context(ctx)) goto fail; -- cgit v1.2.3