-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
27 lines (27 loc) · 861 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "ffmpeg"]
path = dependencies/ffmpeg
url = git://source.ffmpeg.org/ffmpeg.git
[submodule "libwebp"]
path = dependencies/libwebp
url = https://chromium.googlesource.com/webm/libwebp
[submodule "libpng"]
path = dependencies/libpng
url = https://github.com/glennrp/libpng
[submodule "libarchive"]
path = dependencies/libarchive
url = https://github.com/libarchive/libarchive
[submodule "lz4"]
path = dependencies/lz4
url = https://github.com/lz4/lz4
[submodule "libb2"]
path = dependencies/libb2
url = https://github.com/BLAKE2/libb2
[submodule "zstd"]
path = dependencies/zstd
url = https://github.com/facebook/zstd
[submodule "dependencies/libjpeg-turbo"]
path = dependencies/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo
[submodule "dependencies/xz"]
path = dependencies/xz
url = https://git.tukaani.org/xz.git