summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
parentc7ef1bb0abe75a99a797aa934b50ff0f326f8df6 (diff)
downloadmpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.bz2
mpv-3cf5cc467acaf6374c23d1fca205e175a4d1adce.tar.xz
{github/workflows,ci}: install and enable libplacebo in macOS CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 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