forked from Kagami/ffmpeg.js
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
32 lines (32 loc) · 890 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
[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/lame"]
path = build/lame
url = https://github.com/Kagami/lame-svn.git
ignore = dirty
[submodule "build/x264"]
path = build/x264
url = https://code.videolan.org/videolan/x264.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
[submodule "build/ffmpeg-hls"]
path = build/ffmpeg-hls
url = https://git.ffmpeg.org/ffmpeg.git
ignore = dirty
[submodule "build/ffmpeg-dash"]
path = build/ffmpeg-dash
url = https://git.ffmpeg.org/ffmpeg.git
ignore = dirty