Skip to content

Commit

Permalink
Comment install ffmpeg.......
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnz committed May 16, 2018
1 parent d36f3c6 commit c906ef8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CI/install-dependencies-macos.sh
Expand Up @@ -3,7 +3,7 @@ set -ex

# OBS Studio deps
brew update
brew install ffmpeg
# brew install ffmpeg
brew install libav

# We need to make sure that the version of FFMpeg is the same as
Expand All @@ -12,8 +12,6 @@ brew install libav
#brew install ffmpeg # installs version 4.
if brew ls --versions ffmpeg > /dev/null; then
brew uninstall ffmpeg
else
# The package is not installed
fi

brew tap wtsnz/brew-ffmpeg-tap https://github.com/wtsnz/brew-ffmpeg-tap.git
Expand Down

0 comments on commit c906ef8

Please sign in to comment.