Changes between Version 120 and Version 121 of CompilationGuide/Ubuntu
- Timestamp:
- Dec 10, 2015, 4:10:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v120 v121 192 192 {{{ 193 193 cd ~/ffmpeg_sources 194 wget http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1. 4.0.tar.bz2195 tar xjvf libvpx-1. 4.0.tar.bz2196 cd libvpx-1. 4.0194 wget http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2 195 tar xjvf libvpx-1.5.0.tar.bz2 196 cd libvpx-1.5.0 197 197 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests 198 198 PATH="$HOME/bin:$PATH" make
