forked from Kagami/ffmpeg.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1002 Bytes
/
.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
[submodule "build/libvpx"]
path = build/libvpx
url = https://chromium.googlesource.com/webm/libvpx
ignore = dirty
[submodule "build/opus"]
path = build/opus
url = https://github.com/xiph/opus.git
ignore = dirty
[submodule "build/libass"]
path = build/libass
url = https://github.com/libass/libass.git
ignore = dirty
[submodule "build/fribidi"]
path = build/fribidi
url = https://github.com/behdad/fribidi.git
ignore = dirty
[submodule "build/lame"]
path = build/lame
url = https://github.com/rbrito/lame.git
ignore = dirty
[submodule "build/x264"]
path = build/x264
url = https://git.videolan.org/git/x264.git
ignore = dirty
[submodule "build/freetype"]
path = build/freetype
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
ignore = dirty
[submodule "build/ffmpeg-webm"]
path = build/ffmpeg-webm
url = https://git.ffmpeg.org/ffmpeg.git
ignore = dirty
[submodule "build/ffmpeg-mp4"]
path = build/ffmpeg-mp4
url = https://git.ffmpeg.org/ffmpeg.git
ignore = dirty