Changes between Version 17 and Version 18 of CompilationGuide/Centos
- Timestamp:
- Jan 30, 2013, 4:48:29 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v17 v18 94 94 }}} 95 95 96 === zlib===#zlib97 ZLIB is required to decode and encode several formats including PNG.98 {{{99 cd ~/ffmpeg-source100 wget http://zlib.net/zlib-1.2.7.tar.gz101 tar xzvf zlib-1.2.7.tar.gz102 cd zlib-1.2.7103 ./configure104 make105 # make install106 }}}107 108 96 === FFmpeg ===#ffmpeg 109 97 {{{ … … 168 156 cd ../libvpx 169 157 # make uninstall 170 cd ../zlib-1.2.7171 # make uninstall172 158 cd ../ffmpeg 173 159 # make uninstall