summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-21 09:53:54 -0500
committerDudemanguy <random342@airmail.cc>2023-11-09 18:12:25 +0000
commita5bf211e128b4fb916edcf5f46bd23d3ff222711 (patch)
tree12ee77e7630c4995bc2060445936b8bbe1096c57 /meson_options.txt
parent051ba909b4107240d643e4793efa2ceb714fd1b4 (diff)
downloadmpv-a5bf211e128b4fb916edcf5f46bd23d3ff222711.tar.bz2
mpv-a5bf211e128b4fb916edcf5f46bd23d3ff222711.tar.xz
meson: remove several macos-10-* build options
These have been build options since the waf build, but that doesn't really make sense. The build can detect whatever macOS sdk version is available and then use that information to determine whether to enable the features or not. Potentially disabling multiple sdk versions doesn't really make any sense. Because f5ca11e12bc55d14bd6895b619c4abfd470c6452 effectively made macOS 10.15 the minimum supported version, we can drop all of these checks and bump the required sdk version to 10.15. The rest of the build simplifies from there.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f50c55e738..83cb111e82 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -104,9 +104,6 @@ option('videotoolbox-gl', type: 'feature', value: 'auto', description: 'Videotoo
option('vulkan-interop', type: 'feature', value: 'auto', description: 'Vulkan graphics interop')
# macOS features
-option('macos-10-11-features', type: 'feature', value: 'auto', description: 'macOS 10.11 SDK Features')
-option('macos-10-12-2-features', type: 'feature', value: 'auto', description: 'macOS 10.12.2 SDK Features')
-option('macos-10-14-features', type: 'feature', value: 'auto', description: 'macOS 10.14 SDK Features')
option('macos-cocoa-cb', type: 'feature', value: 'auto', description: 'macOS libmpv backend')
option('macos-media-player', type: 'feature', value: 'auto', description: 'macOS Media Player support')
option('macos-touchbar', type: 'feature', value: 'auto', description: 'macOS Touch Bar support')