Browse Source

Fix ffmpeg build. (Yay for junk versions of sed...)

Ian Walton 4 years ago
parent
commit
3c3dd1ccf4
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
-        sed 's/args = %W\[/&\n      --enable-static\n      --disable-shared/g' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ffmpeg.rb > _tmp
+        sed 's/args = %W\[/& --enable-static --disable-shared/g' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ffmpeg.rb > _tmp
         mv _tmp /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ffmpeg.rb
         brew install ffmpeg --build-from-source
         brew install ninja