summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2023-09-21 21:22:42 +0300
committerJan Ekström <jeebjp@gmail.com>2023-09-21 22:21:37 +0300
commit3cf5cc467acaf6374c23d1fca205e175a4d1adce (patch)
treed278d2c51527219a7b89eb75d145933d9ff2f794 /ci
parentc7ef1bb0abe75a99a797aa934b50ff0f326f8df6 (diff)
downloadmpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.bz2
mpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.xz
{github/workflows,ci}: install and enable libplacebo in macOS CI
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-macos.sh b/ci/build-macos.sh
index 14b3a1b934..19288578a6 100755
--- a/ci/build-macos.sh
+++ b/ci/build-macos.sh
@@ -14,7 +14,7 @@ PKG_CONFIG_PATH="${FFMPEG_SYSROOT}/lib/pkgconfig/" CC="${CC}" CXX="${CXX}" \
meson setup build \
-Dprefix="${MPV_INSTALL_PREFIX}" \
-D{libmpv,tests}=true \
- -D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \
+ -D{gl,iconv,lcms2,libplacebo,lua,jpeg,plain-gl,zlib}=enabled \
-D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled
meson compile -C build -j4