summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/common.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-29 01:54:46 +0100
committerder richter <der.richter@gmx.de>2024-02-29 14:06:14 +0100
commitbe6c22f93b41e1962b294f9366642444084199e4 (patch)
treecd55cabce2defe83a08349b3941e9f0ece28b58f /video/out/vulkan/common.h
parent0897604298120c3f197fa151ff85c9b5213c26f6 (diff)
downloadmpv-be6c22f93b41e1962b294f9366642444084199e4.tar.bz2
mpv-be6c22f93b41e1962b294f9366642444084199e4.tar.xz
mac/vulkan: remove old deprecated VK_MVK_macos_surface extension remains
Diffstat (limited to 'video/out/vulkan/common.h')
-rw-r--r--video/out/vulkan/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vulkan/common.h b/video/out/vulkan/common.h
index d006942d41..e75cb228f8 100644
--- a/video/out/vulkan/common.h
+++ b/video/out/vulkan/common.h
@@ -23,7 +23,6 @@
#define VK_USE_PLATFORM_WIN32_KHR
#endif
#if HAVE_COCOA
-#define VK_USE_PLATFORM_MACOS_MVK
#define VK_USE_PLATFORM_METAL_EXT
#endif