Advertisement
Guest User

jsjad

a guest
Oct 2nd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. sudo apt-get install cmake mercurial
  2. cd ~/ffmpeg_sources
  3. hg clone https://bitbucket.org/multicoreware/x265
  4. cd ~/ffmpeg_sources/x265/build/linux
  5. PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source
  6. make
  7. make install
  8. make distclean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement