Changes between Version 9 and Version 10 of CentosCompilationGuide
- Timestamp:
- 06/04/2012 09:20:15 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CentosCompilationGuide
v9 v10 87 87 {{{ 88 88 cd ~/ffmpeg-source 89 wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.3. 2.tar.gz90 tar xzvf libvorbis-1.3. 2.tar.gz91 cd libvorbis-1.3. 289 wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz 90 tar xzvf libvorbis-1.3.3.tar.gz 91 cd libvorbis-1.3.3 92 92 ./configure --disable-shared 93 93 make … … 100 100 cd ~/ffmpeg-source 101 101 wget http://downloads.sourceforge.net/opencore-amr/vo-aacenc-0.1.1.tar.gz 102 tar xzvf vo-aacenc-0.1. 1.tar.gz103 cd vo-aacenc-0.1. 1102 tar xzvf vo-aacenc-0.1.2.tar.gz 103 cd vo-aacenc-0.1.2 104 104 ./configure --disable-shared 105 105 make … … 178 178 cd ../libtheora-1.1.1 179 179 # make uninstall 180 cd ../libvorbis-1.3. 2180 cd ../libvorbis-1.3.3 181 181 # make uninstall 182 182 cd ../libvpx 183 # make uninstall 184 cd ../vo-aacenc-0.1.2 183 185 # make uninstall 184 186 cd ../ffmpeg


