Use static libyuv for macs

This commit is contained in:
Sergey Stepanov 2023-10-16 00:02:16 +03:00 committed by sergystepanov
parent b1b33713d6
commit f11cad157b
37 changed files with 45 additions and 10943 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Get MacOS dev libraries and tools
if: matrix.os == 'macos-latest'
run: |
brew install pkg-config libvpx x264 opus sdl2
brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
- name: Get Windows dev libraries and tools
if: matrix.os == 'windows-latest'