From cd564a4fd3f3ee583009b3195f87c3991f630b7c Mon Sep 17 00:00:00 2001 From: Pablo Prietz Date: Tue, 12 Jan 2021 10:52:29 +0100 Subject: [PATCH] Add explicit ffmpeg install instructions for ffmpeg --- docs/dependencies-macos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dependencies-macos.md b/docs/dependencies-macos.md index dbac592001..b417fcfcee 100644 --- a/docs/dependencies-macos.md +++ b/docs/dependencies-macos.md @@ -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