Changes between Version 96 and Version 97 of CompilationGuide/Centos
- Timestamp:
- Apr 14, 2021, 9:23:43 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v96 v97 85 85 {{{ 86 86 cd ~/ffmpeg_sources 87 git clone -- depth 1 https://code.videolan.org/videolan/x264.git87 git clone --branch stable --depth 1 https://code.videolan.org/videolan/x264.git 88 88 cd x264 89 89 PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static … … 105 105 {{{ 106 106 cd ~/ffmpeg_sources 107 git clone https://bitbucket.org/multicoreware/x265_git107 git clone --branch stable --depth 2 https://bitbucket.org/multicoreware/x265_git 108 108 cd ~/ffmpeg_sources/x265_git/build/linux 109 109 cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source
