forked from NVIDIA/DALI_deps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
57 lines (57 loc) · 1.9 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "third_party/libsndfile"]
path = third_party/libsndfile
url = https://github.com/libsndfile/libsndfile
[submodule "third_party/vorbis"]
path = third_party/vorbis
url = https://github.com/xiph/vorbis
[submodule "third_party/ogg"]
path = third_party/ogg
url = https://github.com/xiph/ogg
[submodule "third_party/flac"]
path = third_party/flac
url = https://github.com/xiph/flac
[submodule "third_party/FFmpeg"]
path = third_party/FFmpeg
url = https://github.com/FFmpeg/FFmpeg
[submodule "third_party/opencv"]
path = third_party/opencv
url = https://github.com/opencv/opencv
[submodule "third_party/openjpeg"]
path = third_party/openjpeg
url = https://github.com/uclouvain/openjpeg
[submodule "third_party/libtiff"]
path = third_party/libtiff
url = https://gitlab.com/libtiff/libtiff
[submodule "third_party/zstd"]
path = third_party/zstd
url = https://github.com/facebook/zstd
[submodule "third_party/libjpeg-turbo"]
path = third_party/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo
[submodule "third_party/lmdb"]
path = third_party/lmdb
url = https://github.com/LMDB/lmdb
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/opus"]
path = third_party/opus
url = https://github.com/xiph/opus
[submodule "third_party/libtar"]
path = third_party/libtar
url = https://github.com/tklauser/libtar.git
[submodule "third_party/cfitsio"]
path = third_party/cfitsio
url = https://github.com/healpy/cfitsio.git
[submodule "third_party/aws-sdk-cpp"]
path = third_party/aws-sdk-cpp
url = https://github.com/aws/aws-sdk-cpp
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://github.com/openssl/openssl.git
[submodule "third_party/curl"]
path = third_party/curl
url = https://github.com/curl/curl.git