Changes between Version 139 and Version 140 of CompilationGuide/Ubuntu
- Timestamp:
- Nov 5, 2017, 3:47:56 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v139 v140 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 244 PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --disable-examples --disable-unit-tests --enable-vp9-highbitdepth --as=yasm --enable-shared 245 245 PATH="$HOME/bin:$PATH" make 246 246 make install
