From 223e87f30be16fe831b5b9fb1eff9a05979ffbee Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 16 Dec 2022 17:27:28 -0500 Subject: [PATCH] set submodule branches (#570) --- .gitmodules | 12 +++++++++--- third-party/nv-codec-headers | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 80f505eb..1469a6c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,27 @@ [submodule "moonlight-common-c"] path = third-party/moonlight-common-c url = https://github.com/moonlight-stream/moonlight-common-c.git + branch = master [submodule "Simple-Web-Server"] path = third-party/Simple-Web-Server url = https://gitlab.com/eidheim/Simple-Web-Server.git + branch = master [submodule "ViGEmClient"] path = third-party/ViGEmClient url = https://github.com/ViGEm/ViGEmClient -[submodule "third-party/miniupnp"] + branch = master +[submodule "miniupnp"] path = third-party/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 url = https://github.com/FFmpeg/nv-codec-headers -[submodule "third-party/TPCircularBuffer"] + branch = sdk/11.1 +[submodule "TPCircularBuffer"] path = third-party/TPCircularBuffer url = https://github.com/michaeltyson/TPCircularBuffer + branch = master [submodule "ffmpeg-windows-x86_64"] path = third-party/ffmpeg-windows-x86_64 url = https://github.com/LizardByte/build-deps diff --git a/third-party/nv-codec-headers b/third-party/nv-codec-headers index b641a195..b550d404 160000 --- a/third-party/nv-codec-headers +++ b/third-party/nv-codec-headers @@ -1 +1 @@ -Subproject commit b641a195edbe3ac9788e681e22c2e2fad8aacddb +Subproject commit b550d4042f1ac0990efa1fa9f0f0c08fb6b24446