mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 08:10:25 +00:00
Build static ffmpeg from source.
This commit is contained in:
parent
6ab88dd7e2
commit
dd78a5aae5
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user