Changes between Version 140 and Version 141 of CompilationGuide/Ubuntu
- Timestamp:
- Nov 7, 2017, 9:08:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v140 v141 242 242 git clone --depth 1 https://chromium.googlesource.com/webm/libvpx.git 243 243 cd libvpx 244 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests --enable-vp9-highbitdepth --as=yasm --enable-shared244 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests --enable-vp9-highbitdepth --as=yasm 245 245 PATH="$HOME/bin:$PATH" make 246 246 make install
