Skip to content

Commit 7ea5f31

Browse files
committed
ci/mac: install libplacebo from main branch
install libplacebo from main brach as a temporary measure till a new version is tagged, to work around a major MoltenVK rendering synchronisation problem. Fixes mpv-player#17258
1 parent e96c8ed commit 7ea5f31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,11 @@ jobs:
303303
brew update
304304
fi
305305
if brew list ffmpeg &> /dev/null; then brew unlink ffmpeg; fi
306+
if brew list libplacebo &> /dev/null; then brew unlink libplacebo; fi
306307
brew install -q autoconf automake pkgconf libtool python freetype fribidi little-cms2 \
307-
luajit libass ffmpeg-full meson rust uchardet mujs libplacebo molten-vk vulkan-loader vulkan-headers \
308+
luajit libass ffmpeg-full meson rust uchardet mujs molten-vk vulkan-loader vulkan-headers \
308309
libarchive libbluray libcaca libcdio-paranoia libdvdnav rubberband zimg
310+
brew install --HEAD libplacebo
309311
brew link ffmpeg-full
310312
311313
- name: Build with meson

0 commit comments

Comments
 (0)