Changes between Version 13 and Version 14 of CompilationGuide/macOS
- Timestamp:
- Feb 11, 2019, 9:36:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/macOS
v13 v14 37 37 * [https://github.com/varenc/homebrew-ffmpeg-with-options varenc/homebrew-ffmpeg-with-options] 38 38 39 The repositories can be added to Homebrew by running `brew tap -pin`, which makes the tap override the main Homebrew formula for `ffmpeg`, for example:39 The repositories can be added to Homebrew by running `brew tap` and then `brew tap-pin`, which makes the tap override the main Homebrew formula for `ffmpeg`, for example: 40 40 41 41 {{{ 42 brew tap varenc/ffmpeg-with-options 42 43 brew tap-pin varenc/ffmpeg-with-options 43 44 }}}
