Changes between Version 96 and Version 97 of CompilationGuide/Centos


Ignore:
Timestamp:
Apr 14, 2021, 9:23:43 AM (5 years ago)
Author:
David Hodgson
Comment:

add --branch stable and --depth to git clones

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuide/Centos

    v96 v97  
    8585{{{
    8686cd ~/ffmpeg_sources
    87 git clone --depth 1 https://code.videolan.org/videolan/x264.git
     87git clone --branch stable --depth 1 https://code.videolan.org/videolan/x264.git
    8888cd x264
    8989PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static
     
    105105{{{
    106106cd ~/ffmpeg_sources
    107 git clone https://bitbucket.org/multicoreware/x265_git
     107git clone --branch stable --depth 2 https://bitbucket.org/multicoreware/x265_git
    108108cd ~/ffmpeg_sources/x265_git/build/linux
    109109cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source