set submodule branches (#570)
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -1,21 +1,27 @@
|
|||||||
[submodule "moonlight-common-c"]
|
[submodule "moonlight-common-c"]
|
||||||
path = third-party/moonlight-common-c
|
path = third-party/moonlight-common-c
|
||||||
url = https://github.com/moonlight-stream/moonlight-common-c.git
|
url = https://github.com/moonlight-stream/moonlight-common-c.git
|
||||||
|
branch = master
|
||||||
[submodule "Simple-Web-Server"]
|
[submodule "Simple-Web-Server"]
|
||||||
path = third-party/Simple-Web-Server
|
path = third-party/Simple-Web-Server
|
||||||
url = https://gitlab.com/eidheim/Simple-Web-Server.git
|
url = https://gitlab.com/eidheim/Simple-Web-Server.git
|
||||||
|
branch = master
|
||||||
[submodule "ViGEmClient"]
|
[submodule "ViGEmClient"]
|
||||||
path = third-party/ViGEmClient
|
path = third-party/ViGEmClient
|
||||||
url = https://github.com/ViGEm/ViGEmClient
|
url = https://github.com/ViGEm/ViGEmClient
|
||||||
[submodule "third-party/miniupnp"]
|
branch = master
|
||||||
|
[submodule "miniupnp"]
|
||||||
path = third-party/miniupnp
|
path = third-party/miniupnp
|
||||||
url = https://github.com/miniupnp/miniupnp
|
url = https://github.com/miniupnp/miniupnp
|
||||||
[submodule "third-party/nv-codec-headers"]
|
branch = master
|
||||||
|
[submodule "nv-codec-headers"]
|
||||||
path = third-party/nv-codec-headers
|
path = third-party/nv-codec-headers
|
||||||
url = https://github.com/FFmpeg/nv-codec-headers
|
url = https://github.com/FFmpeg/nv-codec-headers
|
||||||
[submodule "third-party/TPCircularBuffer"]
|
branch = sdk/11.1
|
||||||
|
[submodule "TPCircularBuffer"]
|
||||||
path = third-party/TPCircularBuffer
|
path = third-party/TPCircularBuffer
|
||||||
url = https://github.com/michaeltyson/TPCircularBuffer
|
url = https://github.com/michaeltyson/TPCircularBuffer
|
||||||
|
branch = master
|
||||||
[submodule "ffmpeg-windows-x86_64"]
|
[submodule "ffmpeg-windows-x86_64"]
|
||||||
path = third-party/ffmpeg-windows-x86_64
|
path = third-party/ffmpeg-windows-x86_64
|
||||||
url = https://github.com/LizardByte/build-deps
|
url = https://github.com/LizardByte/build-deps
|
||||||
|
|||||||
2
third-party/nv-codec-headers
vendored
2
third-party/nv-codec-headers
vendored
Submodule third-party/nv-codec-headers updated: b641a195ed...b550d4042f
Reference in New Issue
Block a user