Changes between Version 28 and Version 29 of CompilationGuide/Centos
- Timestamp:
- Feb 23, 2014, 5:46:52 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v28 v29 38 38 make install 39 39 make distclean 40 . ~/.bash_profile 40 export "PATH=$PATH:$HOME/bin" 41 41 }}} 42 42 … … 83 83 {{{ 84 84 cd ~/ffmpeg_sources 85 curl -O http://downloads.xiph.org/releases/opus/opus-1. 0.3.tar.gz86 tar xzvf opus-1. 0.3.tar.gz87 cd opus-1. 0.385 curl -O http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz 86 tar xzvf opus-1.1.tar.gz 87 cd opus-1.1 88 88 ./configure --prefix="$HOME/ffmpeg_build" --disable-shared 89 89 make … … 109 109 {{{ 110 110 cd ~/ffmpeg_sources 111 curl -O http://downloads.xiph.org/releases/vorbis/libvorbis-1.3. 3.tar.gz112 tar xzvf libvorbis-1.3. 3.tar.gz113 cd libvorbis-1.3. 3111 curl -O http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.gz 112 tar xzvf libvorbis-1.3.4.tar.gz 113 cd libvorbis-1.3.4 114 114 ./configure --prefix="$HOME/ffmpeg_build" --with-ogg="$HOME/ffmpeg_build" --disable-shared 115 115 make
