-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (40 loc) · 1.33 KB
/
.gitmodules
File metadata and controls
40 lines (40 loc) · 1.33 KB
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
[submodule "third-party/FFmpeg/AMF"]
path = third-party/FFmpeg/AMF
url = https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git
branch = master
shallow = true
[submodule "third-party/FFmpeg/x264"]
path = third-party/FFmpeg/x264
url = https://github.com/LizardByte-infrastructure/x264.git
branch = master
shallow = true
[submodule "third-party/FFmpeg/x265_git"]
path = third-party/FFmpeg/x265_git
url = https://github.com/LizardByte-infrastructure/x265_git.git
branch = stable
shallow = true
[submodule "third-party/FFmpeg/nv-codec-headers"]
path = third-party/FFmpeg/nv-codec-headers
url = https://github.com/FFmpeg/nv-codec-headers.git
branch = master
shallow = true
[submodule "third-party/FFmpeg/FFmpeg"]
path = third-party/FFmpeg/FFmpeg
url = https://github.com/FFmpeg/FFmpeg.git
branch = release/8.1
shallow = true
[submodule "third-party/FFmpeg/SVT-AV1"]
path = third-party/FFmpeg/SVT-AV1
url = https://github.com/LizardByte-infrastructure/SVT-AV1.git
branch = master
shallow = true
[submodule "third-party/FFmpeg/Vulkan-Headers"]
path = third-party/FFmpeg/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
branch = main
shallow = true
[submodule "third-party/FFmpeg/Vulkan-Loader"]
path = third-party/FFmpeg/Vulkan-Loader
url = https://github.com/KhronosGroup/Vulkan-Loader.git
branch = main
shallow = true