Build static ffmpeg from source.

This commit is contained in:
Ian Walton 2021-04-12 13:02:29 -04:00
parent 6ab88dd7e2
commit dd78a5aae5

View File

@ -28,7 +28,7 @@ jobs:
brew install cairo --build-from-source
brew install harfbuzz --build-from-source
brew install libass --build-from-source
brew install ffmpeg --build-from-source
brew install ffmpeg --build-from-source --enable-static --disable-shared
brew install ninja
grep -v enable-javascript /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/mpv.rb | grep -v mujs > _tmp
mv _tmp /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/mpv.rb