From c241b754a58498b3fee16d1d2c12a070c3166157 Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Wed, 24 Apr 2019 21:30:41 +0200 Subject: [PATCH] update ffmpeg with fully scoped name --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e6fcd6..3b3544c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ brew options ffmpeg Then, you can run: ``` -brew install ffmpeg --with- --with- ... +brew install varenc/ffmpeg/ffmpeg --with- --with- ... ``` ### Installing latest Git version (`HEAD`) @@ -42,7 +42,7 @@ brew install ffmpeg --with- --with- ... FFmpeg recommends installing the latest Git master version over a release. This formula builds the latest release by default, but you can install the latest Git version by adding the `--HEAD` option: ``` -brew install ffmpeg --HEAD +brew install varenc/ffmpeg/ffmpeg --HEAD ``` ### Installing *everything* @@ -50,7 +50,7 @@ brew install ffmpeg --HEAD To compile and install ffmpeg with *all* options, just run: ``` -brew install ffmpeg $(brew options ffmpeg --compact) +brew install varenc/ffmpeg/ffmpeg $(brew options varenc/ffmpeg/ffmpeg --compact) ``` Note that this will perform a full build of ffmpeg and its dependencies, which may take a while depending on your machine's capabilities. @@ -60,13 +60,13 @@ Note that this will perform a full build of ffmpeg and its dependencies, which m To update Homebrew and upgrade the formula to the most recent stable release: ``` -brew update && brew upgrade ffmpeg +brew update && brew upgrade varenc/ffmpeg/ffmpeg ``` Or, if you are using the `HEAD` version and want to update to the latest commit: ``` -brew update && brew upgrade ffmpeg --fetch-HEAD +brew update && brew upgrade varenc/ffmpeg/ffmpeg --fetch-HEAD ``` ## Issues