-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1013 Bytes
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1013 Bytes
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
[submodule "deps/avcpp"]
path = deps/avcpp
url = https://github.com/tellyo/avcpp
[submodule "deps/flags.hh"]
path = deps/flags.hh
url = https://github.com/songgao/flags.hh
[submodule "deps/readerwriterqueue"]
path = deps/readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json
[submodule "deps/cpr"]
path = deps/cpr
url = https://github.com/whoshuu/cpr
[submodule "deps/concurrentqueue"]
path = deps/concurrentqueue
url = https://github.com/cameron314/concurrentqueue
[submodule "deps/libklvanc"]
path = deps/libklvanc
url = https://github.com/stoth68000/libklvanc
[submodule "deps/libklscte35"]
path = deps/libklscte35
url = https://github.com/stoth68000/libklscte35
[submodule "deps/pybind11"]
path = deps/pybind11
url = https://github.com/pybind/pybind11
branch = stable
[submodule "deps/pybind11_json"]
path = deps/pybind11_json
url = https://github.com/pybind/pybind11_json
branch = master