forked from TGX-Android/Telegram-X
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
134 lines (134 loc) · 3.53 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[submodule "webp"]
path = app/jni/third_party/webp
url = https://github.com/webmproject/libwebp
shallow = true
branch = 1.2.2
[submodule "libyuv"]
path = app/jni/third_party/libyuv
url = https://chromium.googlesource.com/libyuv/libyuv
shallow = true
[submodule "libtgvoip"]
path = app/jni/third_party/libtgvoip
url = https://github.com/TGX-Android/libtgvoip
shallow = true
branch = tgx
[submodule "ffmpeg"]
path = app/jni/third_party/ffmpeg
url = https://github.com/FFmpeg/FFmpeg
shallow = true
branch = release/4.4
[submodule "lz4"]
path = app/jni/third_party/lz4
url = https://github.com/lz4/lz4
shallow = true
[submodule "ExoPlayer"]
path = thirdparty/ExoPlayer
url = https://github.com/google/ExoPlayer
shallow = true
branch = release-v2
[submodule "flac"]
path = app/jni/third_party/flac
url = https://github.com/xiph/flac
shallow = true
[submodule "opus"]
path = app/jni/third_party/opus
url = https://github.com/xiph/opus
shallow = true
[submodule "opusfile"]
path = app/jni/third_party/opusfile
url = https://github.com/xiph/opusfile
shallow = true
[submodule "ogg"]
path = app/jni/third_party/ogg
url = https://github.com/xiph/ogg
shallow = true
[submodule "libvpx"]
path = app/jni/third_party/libvpx
url = https://github.com/webmproject/libvpx
shallow = true
[submodule "tdlib"]
path = tdlib
url = https://github.com/TGX-Android/tdlib
shallow = true
branch = main
[submodule "jni-utils"]
path = app/jni/third_party/jni-utils
url = https://github.com/TGX-Android/jni-utils
shallow = true
branch = main
[submodule "vkryl/leveldb"]
path = vkryl/leveldb
url = https://github.com/TGX-Android/leveldb
shallow = true
branch = main
[submodule "vkryl/core"]
path = vkryl/core
url = https://github.com/TGX-Android/X-Core
shallow = true
branch = main
[submodule "rlottie"]
path = app/jni/third_party/rlottie
url = https://github.com/TGX-Android/rlottie
shallow = true
branch = main
[submodule "vkryl/td"]
path = vkryl/td
url = https://github.com/TGX-Android/tdlib-utils
shallow = true
branch = main
[submodule "vkryl/android"]
path = vkryl/android
url = https://github.com/TGX-Android/X-Android
shallow = true
branch = main
[submodule "usrsctp"]
path = app/jni/third_party/usrsctp
url = https://github.com/sctplab/usrsctp
shallow = true
[submodule "libsrtp"]
path = app/jni/third_party/libsrtp
url = https://github.com/cisco/libsrtp
shallow = true
[submodule "openh264"]
path = app/jni/third_party/openh264
url = https://github.com/cisco/openh264
shallow = true
[submodule "abseil"]
path = app/jni/third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
shallow = true
[submodule "webrtc"]
path = app/jni/third_party/webrtc
url = https://github.com/TGX-Android/webrtc
shallow = true
branch = main
[submodule "webrtc_rnnoise"]
path = app/jni/third_party/webrtc_deps/third_party/rnnoise
url = https://github.com/TGX-Android/rnnoise
shallow = true
branch = main
[submodule "pffft"]
path = app/jni/third_party/pffft
url = https://github.com/TGX-Android/pffft
shallow = true
branch = main
[submodule "tgcalls"]
path = app/jni/third_party/tgcalls
url = https://github.com/TGX-Android/tgcalls
shallow = true
branch = main
[submodule "libevent"]
path = app/jni/third_party/libevent
url = https://github.com/TGX-Android/libevent
shallow = true
branch = main
[submodule "crc32c"]
path = app/jni/third_party/crc32c
url = https://github.com/google/crc32c
shallow = true
branch = main
[submodule "rnnoise"]
path = app/jni/third_party/rnnoise
url = https://github.com/xiph/rnnoise
shallow = true
branch = main