mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
update to ffmpeg 6.0.0 (#697)
This commit is contained in:
11
.github/scripts/setup-system.sh
vendored
11
.github/scripts/setup-system.sh
vendored
@@ -184,10 +184,17 @@ elif [[ $OSTYPE == "darwin"* ]]; then
|
||||
|
||||
echo "Installing Homebrew dependencies..."
|
||||
|
||||
BREW_DEPS="ffmpeg"
|
||||
BREW_LIBP2P_DEPS="protobuf"
|
||||
|
||||
brew install -q $BREW_DEPS $BREW_LIBP2P_DEPS
|
||||
brew install -q $BREW_LIBP2P_DEPS
|
||||
|
||||
if ! brew tap homebrew-ffmpeg/ffmpeg; then
|
||||
log_err "We were unable to add the homebrew-ffmpeg tap. Please ensure that you have ran `brew uninstall ffmpeg` and try again."
|
||||
fi
|
||||
|
||||
if ! brew install homebrew-ffmpeg/ffmpeg/ffmpeg; then
|
||||
log_err "We were unable to install the homebrew-ffmpeg/ffmpeg package. Please ensure that you have ran `brew uninstall ffmpeg` and try again."
|
||||
fi
|
||||
else
|
||||
log_err "Your OS ($OSTYPE) is not supported by this script. We would welcome a PR or some help adding your OS to this script. https://github.com/spacedriveapp/spacedrive/issues"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user