Advertisement
Guest User

1

a guest
Jul 24th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. cd ~/ffmpeg_sources
  2. hg clone https://bitbucket.org/multicoreware/x265
  3. cd ~/ffmpeg_sources/x265/build/linux
  4. PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source
  5. make clean
  6. make -j8
  7. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement