Changes between Version 48 and Version 49 of CompilationGuide/Centos
- Timestamp:
- Aug 10, 2016, 10:41:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v48 v49 32 32 '''Note:''' If you do not require certain encoders you may skip the relevant section and then remove the appropriate `./configure` option in FFmpeg. For example, if libvorbis is not needed, then skip that section and then remove `--enable-libvorbis` from the [#FFmpeg Install FFmpeg] section. 33 33 }}} 34 35 If a particular library doesn't compile, this may be due to a new bug recently introduced. You can either skip that library or try compiling an older version. This is especially true for libraries obtained via Git. A simple way to look for the last good "release" is the following: 36 37 {{{ 38 $ git clone <URL> 39 (note that the "--depth 1" option is absent) 40 $ git tag -l 41 (look for the most recent release tag.) 42 $ git checkout tags/<tag name> 43 }}} 44 45 Then continue the process as normal. 34 46 35 47 === Yasm ===
