Changes between Version 4 and Version 5 of CentosCompilationGuide
- Timestamp:
- 12/06/2011 05:48:16 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CentosCompilationGuide
v4 v5 123 123 git clone git://source.ffmpeg.org/ffmpeg 124 124 cd ffmpeg 125 ./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3125 ./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3 126 126 make 127 127 # make install 128 128 }}} 129 Compilation is now complete and ffmpeg should now be ready to use. The rest of this guide shows how to update or remove FFmpeg. 129 130 130 131 '''Note:''' Keep the ffmpeg-source directory and all contents if you intend to update or uninstall as shown below. … … 190 191 #!comment 191 192 Todo: 192 Integrate installation via package management system instead of "make install" or don't even install.193 Integrate installation via package management system instead of "make install" or install in home diretory. 193 194 }}}


