summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2023-11-10 14:34:29 +0100
committerder richter <der.richter@gmx.de>2023-11-10 14:54:37 +0100
commitfc4db187d0ac538cb5cd9fcd7120f4ee25df4690 (patch)
tree8de56871992d2d757d23874d888caf74345af438 /video/out/vo.h
parenta54cc02341fed3e1e2408a692aa4753718ee969f (diff)
downloadmpv-fc4db187d0ac538cb5cd9fcd7120f4ee25df4690.tar.bz2
mpv-fc4db187d0ac538cb5cd9fcd7120f4ee25df4690.tar.xz
cocoa: remove OpenGL cocoa backend
the OpenGL cocoa backend was deprecated in 0.29, it has lot of bugs, is completely unmaintained and can't properly playback anything anymore on the newest macOS. it is time to remove it.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index f73cbf5989..1fb83ddd65 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -446,7 +446,6 @@ struct vo {
struct mpv_global *global;
struct vo_x11_state *x11;
struct vo_w32_state *w32;
- struct vo_cocoa_state *cocoa;
struct vo_wayland_state *wl;
struct vo_android_state *android;
struct vo_drm_state *drm;