shallow submodules
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,11 +2,14 @@
|
|||||||
path = ffmpeg
|
path = ffmpeg
|
||||||
url = https://git.ffmpeg.org/ffmpeg.git
|
url = https://git.ffmpeg.org/ffmpeg.git
|
||||||
branch = release/8.0
|
branch = release/8.0
|
||||||
|
shallow = true
|
||||||
[submodule "codecs/x264"]
|
[submodule "codecs/x264"]
|
||||||
path = codecs/x264
|
path = codecs/x264
|
||||||
url = https://code.videolan.org/videolan/x264.git
|
url = https://code.videolan.org/videolan/x264.git
|
||||||
branch = stable
|
branch = stable
|
||||||
|
shallow = true
|
||||||
[submodule "codecs/x265"]
|
[submodule "codecs/x265"]
|
||||||
path = codecs/x265
|
path = codecs/x265
|
||||||
url = https://bitbucket.org/multicoreware/x265_git.git
|
url = https://bitbucket.org/multicoreware/x265_git.git
|
||||||
branch = Release_4.1
|
branch = Release_4.1
|
||||||
|
shallow = true
|
||||||
|
|||||||
Reference in New Issue
Block a user