Changes between Version 17 and Version 18 of CompilationGuide/macOS
- Timestamp:
- Sep 2, 2019, 7:30:58 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/macOS
v17 v18 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/homebrew-ffmpeg/homebrew-ffmpeg homebrew-ffmpeg] 37 38 * [https://github.com/varenc/homebrew-ffmpeg varenc/homebrew-ffmpeg] 38 39 … … 40 41 41 42 {{{ 42 brew tap varenc/ffmpeg43 brew install varenc/ffmpeg/ffmpeg43 brew tap homebrew-ffmpeg/ffmpeg 44 brew install homebrew-ffmpeg/ffmpeg/ffmpeg 44 45 }}} 45 46 46 Options are available with `brew options varenc/ffmpeg/ffmpeg`.47 Options are available with `brew options homebrew-ffmpeg/ffmpeg/ffmpeg`. 47 48 48 49 === Updating ffmpeg ===
