Skip to content

Commit

Permalink
Use static version of ffmpeg instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 3, 2023
1 parent 311dd05 commit e70a471
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/osx-x64/install.dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ set -e

export HOMEBREW_NO_AUTO_UPDATE=1

brew install ffmpeg fontconfig
brew install fontconfig
fc-list

downloadUrl=$(curl 'https://evermeet.cx/ffmpeg/info/ffmpeg/6.0' -fsS| jq -rc '.download.zip.url')
curl -f -L -# --compressed -A 'https://github.com/eugeneware/ffmpeg-static binaries download script' -o "ffmpeg-darwin-x64.zip" "$downloadUrl"
unzip -o -d /usr/local/bin -j ffmpeg-darwin-x64.zip ffmpeg

0 comments on commit e70a471

Please sign in to comment.