Browse Source

Build ffmpeg from source...

Ian Walton 4 years ago
parent
commit
6ab88dd7e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -28,6 +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 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