fix: use depth 1 to speed up clone
parent
61fcf3e6bd
commit
e68da4508e
|
@ -1,6 +1,6 @@
|
||||||
export ffmpegPath=$workDir/ffmpeg
|
export ffmpegPath=$workDir/ffmpeg
|
||||||
|
|
||||||
git clone https://github.com/FFmpeg/FFmpeg $ffmpegPath
|
git clone https://github.com/FFmpeg/FFmpeg $ffmpegPath --depth 1
|
||||||
|
|
||||||
cd $ffmpegPath
|
cd $ffmpegPath
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ export OPENH264_VERSION=2.3.1
|
||||||
|
|
||||||
export projectDir=$workDir/openh264
|
export projectDir=$workDir/openh264
|
||||||
|
|
||||||
git clone https://github.com/cisco/openh264 $projectDir
|
git clone https://github.com/cisco/openh264 $projectDir --depth 1
|
||||||
|
|
||||||
cd $projectDir
|
cd $projectDir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue