summaryrefslogtreecommitdiffstats
path: root/ci/build-macos.sh
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-22 20:02:43 +0100
committerder richter <der.richter@gmx.de>2024-02-24 20:04:16 +0100
commit3390dce4264014d8c6d1aad2a7750086fc13144a (patch)
treed5a053200e3dcf5e7fd6b3cf55bfe9404d62e94c /ci/build-macos.sh
parent555bdf78b265bc23a3658bedad07daa3eab9b19c (diff)
downloadmpv-3390dce4264014d8c6d1aad2a7750086fc13144a.tar.bz2
mpv-3390dce4264014d8c6d1aad2a7750086fc13144a.tar.xz
github/workflows: add vulkan, mujs and urchadet to macOS dependencies
also explicitly enable those and remaining macOS features.
Diffstat (limited to 'ci/build-macos.sh')
-rwxr-xr-xci/build-macos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/build-macos.sh b/ci/build-macos.sh
index b5bb11d459..d11befa13a 100755
--- a/ci/build-macos.sh
+++ b/ci/build-macos.sh
@@ -17,7 +17,8 @@ meson setup build \
-D{c_args,objc_args}="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-D{libmpv,tests}=true \
-D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \
- -D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled
+ -D{cocoa,coreaudio,gl-cocoa,videotoolbox-gl,videotoolbox-pl}=enabled \
+ -D{swift-build,macos-cocoa-cb,macos-media-player,macos-touchbar,vulkan}=enabled
meson compile -C build -j4
meson install -C build