forked from ffmpegwasm/ffmpeg.wasm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
54 lines (54 loc) · 1.81 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
[submodule "third_party/x264"]
path = third_party/x264
url = https://github.com/ffmpegwasm/x264.git
[submodule "wasm/tests/data"]
path = wasm/tests/data
url = https://github.com/ffmpegwasm/testdata
[submodule "third_party/libvpx"]
path = third_party/libvpx
url = https://github.com/ffmpegwasm/libvpx
[submodule "third_party/x265"]
path = third_party/x265
url = https://github.com/ffmpegwasm/x265
[submodule "third_party/WavPack"]
path = third_party/WavPack
url = https://github.com/ffmpegwasm/WavPack
[submodule "third_party/lame"]
path = third_party/lame
url = https://github.com/ffmpegwasm/lame
[submodule "third_party/fdk-aac"]
path = third_party/fdk-aac
url = https://github.com/ffmpegwasm/fdk-aac
[submodule "third_party/vorbis"]
path = third_party/vorbis
url = https://github.com/ffmpegwasm/vorbis
[submodule "third_party/Ogg"]
path = third_party/Ogg
url = https://github.com/ffmpegwasm/Ogg
[submodule "third_party/theora"]
path = third_party/theora
url = https://github.com/ffmpegwasm/theora
[submodule "third_party/aom"]
path = third_party/aom
url = https://github.com/ffmpegwasm/aom
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/ffmpegwasm/zlib
[submodule "third_party/freetype2"]
path = third_party/freetype2
url = https://github.com/ffmpegwasm/freetype2
[submodule "third_party/opus"]
path = third_party/opus
url = https://github.com/ffmpegwasm/opus
[submodule "third_party/libwebp"]
path = third_party/libwebp
url = https://github.com/ffmpegwasm/libwebp
[submodule "third_party/fribidi"]
path = third_party/fribidi
url = https://github.com/fribidi/fribidi.git
[submodule "third_party/harfbuzz"]
path = third_party/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git
[submodule "third_party/libass"]
path = third_party/libass
url = https://github.com/libass/libass.git