forked from BigPig0/RelayLive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.14 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
58
59
60
61
62
63
64
65
66
[submodule "thirdparty/libffmpeg"]
path = thirdparty/libffmpeg
url = https://gitee.com/ztwlla/libffmpeg.git
[submodule "thirdparty/libuv"]
path = thirdparty/libuv
url = https://gitee.com/ztwlla/libuv.git
[submodule "thirdparty/cjson"]
path = thirdparty/cjson
url = https://gitee.com/ztwlla/cjson.git
[submodule "thirdparty/pugixml"]
path = thirdparty/pugixml
url = https://gitee.com/ztwlla/pugixml.git
[submodule "thirdparty/lua"]
path = thirdparty/lua
url = https://gitee.com/ztwlla/lua.git
[submodule "thirdparty/ocilib"]
path = thirdparty/ocilib
url = https://gitee.com/ztwlla/ocilib.git
[submodule "thirdparty/libcstl"]
path = thirdparty/libcstl
url = https://gitee.com/ztwlla/libcstl.git
[submodule "thirdparty/hiredis"]
path = thirdparty/hiredis
url = https://gitee.com/ztwlla/hiredis.git
[submodule "thirdparty/libmariadb"]
path = thirdparty/libmariadb
url = https://gitee.com/ztwlla/libmariadb.git
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://gitee.com/ztwlla/zlib.git
[submodule "thirdparty/librabbitmq"]
path = thirdparty/librabbitmq
url = https://gitee.com/ztwlla/librabbitmq.git
[submodule "common/util"]
path = common/util
url = https://gitee.com/ztwlla/util.git
[submodule "common/utilc"]
path = common/utilc
url = https://gitee.com/ztwlla/utilc.git
[submodule "common/crypto"]
path = common/crypto
url = https://gitee.com/ztwlla/crypto.git
[submodule "common/ludb"]
path = common/ludb
url = https://gitee.com/ztwlla/ludb.git
[submodule "uvmodules/uvipc"]
path = uvmodules/uvipc
url = https://gitee.com/ztwlla/uvipc.git
[submodule "uvmodules/uvnetplus"]
path = uvmodules/uvnetplus
url = https://gitee.com/ztwlla/uvnetplus.git
[submodule "uvmodules/uvlogplus"]
path = uvmodules/uvlogplus
url = https://gitee.com/ztwlla/uvlogplus.git
[submodule "thirdparty/exosip"]
path = thirdparty/exosip
url = https://gitee.com/ztwlla/exosip.git
[submodule "common/pm"]
path = common/pm
url = https://gitee.com/ztwlla/pm.git
[submodule "thirdparty/sqlite3"]
path = thirdparty/sqlite3
url = https://gitee.com/ztwlla/sqlite3.git
[submodule "thirdparty/mbedtls"]
path = thirdparty/mbedtls
url = https://gitee.com/ztwlla/mbedtls.git