Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - sudo apt-get install cmake mercurial
 - cd ~/ffmpeg_sources
 - hg clone https://bitbucket.org/multicoreware/x265
 - cd ~/ffmpeg_sources/x265/build/linux
 - PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source
 - make
 - make install
 - make distclean
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment