From 37d93d6d90fcc5a041451e8b7e32dafdd9cff47f Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:19:56 -0700 Subject: [PATCH] Homebrew actually lets us pin to a major version. --- Installing-FFmpeg-for-the-Video-Dumper.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Installing-FFmpeg-for-the-Video-Dumper.md b/Installing-FFmpeg-for-the-Video-Dumper.md index 34699ce..15e24a2 100644 --- a/Installing-FFmpeg-for-the-Video-Dumper.md +++ b/Installing-FFmpeg-for-the-Video-Dumper.md @@ -13,9 +13,7 @@ Other operating systems have package managers that allow you to easily install a ### macOS -Use Homebrew: ```brew install ffmpeg``` - -macOS builds are currently compiled against FFmpeg 6.0 headers. If the latest version in Homebrew is not compatible please open an issue with us and we can update. +Use Homebrew: ```brew install ffmpeg@6``` ### Linux