Changes between Version 85 and Version 86 of CompilationGuide/Centos
- Timestamp:
- Jul 30, 2018, 7:41:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v85 v86 28 28 Get the dependencies. These are required for compiling, but you can remove them when you are done if you prefer (except `make`; it should be installed by default and many things depend on it). 29 29 {{{ 30 # yum install autoconf automake bzip2 cmake freetype-devel gcc gcc-c++ git libtool make mercurial pkgconfig zlib-devel x264-devel30 # yum install autoconf automake bzip2 cmake freetype-devel gcc gcc-c++ git libtool make mercurial pkgconfig zlib-devel 31 31 }}} 32 32 … … 72 72 make 73 73 make install 74 }}}75 76 {{{77 #!div style="border: 1px solid #e5c7c7; margin: 1em; background-color: #fdd;"78 '''Warning:'''79 80 At the bottom of this page, in Attachments, you can download the compilation script called: ffmpeg_centos7.sh81 74 }}} 82 75 … … 333 326 * [[Encode/H.264|H.264 Video Encoding Guide]] 334 327 * [[Encode/AAC|AAC Audio Encoding Guide]] 328 * The compilation script `ffmpeg_centos7.sh` attached to this page.
