Changes between Version 115 and Version 116 of CompilationGuide/Ubuntu
- Timestamp:
- Jul 29, 2015, 2:19:25 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v115 v116 192 192 {{{ 193 193 cd ~/ffmpeg_sources 194 wget http:// webm.googlecode.com/files/libvpx-v1.3.0.tar.bz2195 tar xjvf libvpx- v1.3.0.tar.bz2196 cd libvpx- v1.3.0194 wget http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.4.0.tar.bz2 195 tar xjvf libvpx-1.4.0.tar.bz2 196 cd libvpx-1.4.0 197 197 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests 198 198 PATH="$HOME/bin:$PATH" make
