summaryrefslogtreecommitdiffstats
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
parentc7ef1bb0abe75a99a797aa934b50ff0f326f8df6 (diff)
downloadmpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.bz2
mpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.xz
{github/workflows,ci}: install and enable libplacebo in macOS CI
-rw-r--r--.github/workflows/build.yml2
-rwxr-xr-xci/build-macos.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5ab1c6e8d8..bffbe5afe8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
- name: Install dependencies
run: |
brew update
- brew install autoconf automake pkg-config libtool python freetype fribidi little-cms2 lua@5.1 libass ffmpeg meson
+ brew install autoconf automake pkg-config libtool python freetype fribidi little-cms2 lua@5.1 libass ffmpeg meson libplacebo
- name: Build with meson
id: build
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