Skip to content

Commit

Permalink
Add explicit ffmpeg install instructions for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
papr authored Jan 12, 2021
1 parent 276c30e commit cd564a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dependencies-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ brew install pkg-config
brew install libjpeg-turbo
brew install libusb
brew install portaudio
# opencv will install ffmpeg, numpy, and opencv-contributions automatically
brew install ffmpeg
# opencv will install numpy, and opencv-contributions automatically
# tbb is included by default with https://github.com/Homebrew/homebrew-core/pull/20101
brew install opencv
brew install glew
Expand Down

0 comments on commit cd564a4

Please sign in to comment.