Browse Source

Build static ffmpeg from source.

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

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

@@ -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