From f2e5bdf78a6d2eb6ea7184e1e4c8eb341df2475d Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 3 Aug 2022 04:14:15 +0200 Subject: [PATCH] third-party: Add obs-studio submodule --- .gitmodules | 3 +++ third-party/obs-studio | 1 + 2 files changed, 4 insertions(+) create mode 160000 third-party/obs-studio diff --git a/.gitmodules b/.gitmodules index 87f91db..151ff14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "third-party/nvidia-maxine-vfx-sdk"] path = third-party/nvidia-maxine-vfx-sdk url = https://github.com/NVIDIA/MAXINE-VFX-SDK.git +[submodule "third-party/obs-studio"] + path = third-party/obs-studio + url = https://github.com/obsproject/obs-studio.git diff --git a/third-party/obs-studio b/third-party/obs-studio new file mode 160000 index 0000000..b4f7499 --- /dev/null +++ b/third-party/obs-studio @@ -0,0 +1 @@ +Subproject commit b4f7499b33b53351e56a02fc6194f11d8af78da5