Changes between Version 14 and Version 15 of CompilationGuide/Centos
- Timestamp:
- Aug 1, 2012, 4:34:30 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v14 v15 119 119 120 120 === zlib===#zlib 121 ZLIB is required to be able to decode different formats, like PNG images.121 ZLIB is required to decode and encode several formats including PNG. 122 122 {{{ 123 123 cd ~/ffmpeg-source … … 135 135 git clone git://source.ffmpeg.org/ffmpeg 136 136 cd ffmpeg 137 ./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- zlib --enable-version3137 ./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3 138 138 make 139 139 # make install