Changes between Version 68 and Version 69 of CompilationGuide/Centos
- Timestamp:
- Feb 16, 2018, 9:53:47 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v68 v69 241 241 {{{ 242 242 #!div style="border: 1px solid #c7e5c7; margin: 1em; background-color: #ddffdd;" 243 '''Tip:''' If you want to compile against latest stable release, please replace `ffmpeg-snapshot.tar.bz2` file name in `curl` url argument for something like `ffmpeg-3.4.2.tar.gz` or so. Do not forget to modify following `tar` and `cd` commands arguments accordingly, because stable releases use version number in their directory name.243 '''Tip:''' If you want to compile against latest major/stable release, please replace `ffmpeg-snapshot.tar.bz2` file name in `curl` url argument for something like `ffmpeg-3.4.2.tar.bz2` or so. Do not forget to modify following `tar` and `cd` commands arguments accordingly, because stable releases use version number in their directory name. 244 244 }}} 245 245
