Changes between Version 39 and Version 40 of CompilationGuide/Centos
- Timestamp:
- Jul 9, 2015, 7:30:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v39 v40 209 209 }}} 210 210 211 212 === Update Yasm === 213 {{{ 214 cd ~/ffmpeg_sources/yasm 215 make distclean 216 git pull 217 }}} 218 Then run `./configure`, `make`, and `make install` as shown in the [#yasm Install yasm] section. 219 211 220 === Update x264 === 212 221 {{{
