Changes between Version 133 and Version 134 of CompilationGuide/Ubuntu
- Timestamp:
- Jun 1, 2017, 7:51:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v133 v134 178 178 {{{ 179 179 cd ~/ffmpeg_sources 180 wget http ://downloads.xiph.org/releases/opus/opus-1.1.4.tar.gz181 tar xzvf opus-1.1. 4.tar.gz182 cd opus-1.1. 4180 wget https://archive.mozilla.org/pub/opus/opus-1.1.5.tar.gz 181 tar xzvf opus-1.1.5.tar.gz 182 cd opus-1.1.5 183 183 ./configure --prefix="$HOME/ffmpeg_build" --disable-shared 184 184 make
