Changes between Version 14 and Version 15 of CompilationGuide/macOS
- Timestamp:
- Feb 16, 2019, 4:40:57 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/macOS
v14 v15 35 35 The following repositories for ffmpeg are available – refer to the README for additional information about the included options: 36 36 37 * [https://github.com/varenc/homebrew-ffmpeg -with-options varenc/homebrew-ffmpeg-with-options]37 * [https://github.com/varenc/homebrew-ffmpeg varenc/homebrew-ffmpeg] 38 38 39 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-options43 brew tap-pin varenc/ffmpeg -with-options42 brew tap varenc/ffmpeg 43 brew tap-pin varenc/ffmpeg 44 44 }}} 45 45
