forked from jeanmarie110/Telegram-X
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
70 lines (70 loc) · 2.19 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
[submodule "app/jni/thirdparty/webp"]
path = app/jni/thirdparty/webp
url = https://github.com/webmproject/libwebp.git
shallow = true
[submodule "app/jni/thirdparty/libyuv"]
path = app/jni/thirdparty/libyuv
url = https://chromium.googlesource.com/libyuv/libyuv
shallow = true
[submodule "app/jni/thirdparty/libtgvoip"]
path = app/jni/thirdparty/libtgvoip
url = https://github.com/TGX-Android/libtgvoip.git
shallow = true
[submodule "app/jni/thirdparty/ffmpeg"]
path = app/jni/thirdparty/ffmpeg
url = https://github.com/FFmpeg/FFmpeg
shallow = true
[submodule "app/jni/thirdparty/lz4"]
path = app/jni/thirdparty/lz4
url = https://github.com/lz4/lz4
shallow = true
[submodule "ExoPlayer"]
path = thirdparty/ExoPlayer
url = https://github.com/google/ExoPlayer.git
shallow = true
[submodule "app/jni/thirdparty/flac"]
path = app/jni/thirdparty/flac
url = https://github.com/xiph/flac.git
shallow = true
[submodule "app/jni/thirdparty/opus"]
path = app/jni/thirdparty/opus
url = https://github.com/xiph/opus.git
shallow = true
[submodule "app/jni/thirdparty/opusfile"]
path = app/jni/thirdparty/opusfile
url = https://github.com/xiph/opusfile.git
shallow = true
[submodule "app/jni/thirdparty/ogg"]
path = app/jni/thirdparty/ogg
url = https://github.com/xiph/ogg.git
shallow = true
[submodule "app/jni/thirdparty/libvpx"]
path = app/jni/thirdparty/libvpx
url = https://github.com/webmproject/libvpx.git
shallow = true
[submodule "tdlib"]
path = tdlib
url = https://github.com/TGX-Android/tdlib
shallow = true
[submodule "app/jni/thirdparty/jni-utils"]
path = app/jni/thirdparty/jni-utils
url = https://github.com/TGX-Android/jni-utils
shallow = true
[submodule "vkryl/leveldb"]
path = vkryl/leveldb
url = https://github.com/TGX-Android/leveldb
shallow = true
[submodule "vkryl/core"]
path = vkryl/core
url = https://github.com/TGX-Android/X-Core.git
shallow = true
[submodule "app/jni/thirdparty/rlottie"]
path = app/jni/thirdparty/rlottie
url = https://github.com/TGX-Android/rlottie
shallow = true
[submodule "vkryl/td"]
path = vkryl/td
url = https://github.com/TGX-Android/tdlib-utils.git
[submodule "vkryl/android"]
path = vkryl/android
url = https://github.com/TGX-Android/X-Android.git