From ae2972557f555a11591082c213e653ac68a01f23 Mon Sep 17 00:00:00 2001 From: Akemi Date: Wed, 28 Feb 2018 15:08:41 +0100 Subject: cocoa-cb: use new libmpv API instead of opengl-cb a new replacement API was introduced with b037121 and the old one was deprecated. porting cocoa-cb to the new API. --- osdep/macOS_swift_bridge.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'osdep/macOS_swift_bridge.h') diff --git a/osdep/macOS_swift_bridge.h b/osdep/macOS_swift_bridge.h index 6886fce636..b0121d2a0f 100644 --- a/osdep/macOS_swift_bridge.h +++ b/osdep/macOS_swift_bridge.h @@ -20,7 +20,8 @@ #import #include "player/client.h" -#include "libmpv/opengl_cb.h" +#include "video/out/libmpv.h" +#include "libmpv/render_gl.h" #include "player/core.h" #include "input/input.h" -- cgit v1.2.3