Changes between Version 127 and Version 128 of CompilationGuide/Ubuntu
- Timestamp:
- Dec 3, 2016, 10:37:54 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v127 v128 202 202 {{{ 203 203 cd ~/ffmpeg_sources 204 wget http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1. 5.0.tar.bz2205 tar xjvf libvpx-1. 5.0.tar.bz2206 cd libvpx-1. 5.0204 wget http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.6.0.tar.bz2 205 tar xjvf libvpx-1.6.0.tar.bz2 206 cd libvpx-1.6.0 207 207 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests 208 208 PATH="$HOME/bin:$PATH" make