From fd2ee5edb8584c22feb7e2ceceac6719d18780f2 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 7 Feb 2021 18:52:06 +0100 Subject: [PATCH] Updating rev --- .gitmodules | 3 +++ build-helpers | 2 +- client | 2 +- shared | 2 +- third_party/DataPipes | 2 +- third_party/build.sh | 1 + third_party/spdlog | 1 + 7 files changed, 9 insertions(+), 4 deletions(-) create mode 160000 third_party/spdlog diff --git a/.gitmodules b/.gitmodules index 5037ad5..f563534 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,3 +63,6 @@ [submodule "third_party/rnnoise"] path = third_party/rnnoise url = https://github.com/TeaSpeak/rnnoise-cmake.git +[submodule "third_party/spdlog"] + path = third_party/spdlog + url = https://git.did.science/TeaSpeak/libraries/spdlog.git diff --git a/build-helpers b/build-helpers index 62de553..efd3787 160000 --- a/build-helpers +++ b/build-helpers @@ -1 +1 @@ -Subproject commit 62de553a11f63605355b436edbf6d62e994c9f1f +Subproject commit efd37873410dbc93964479ea6498e84be43c5248 diff --git a/client b/client index bce5394..09e3c78 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit bce53945e0d2fa84879f4af7be9e128c94220610 +Subproject commit 09e3c78dd84ee7719d0a4dcc303ca8e5e8f7cddd diff --git a/shared b/shared index f6f90f1..7c82007 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit f6f90f1196afcaf21c31b93546e07c3d61d6e510 +Subproject commit 7c82007b4e5d5c66612f349f8a810c420ef4de75 diff --git a/third_party/DataPipes b/third_party/DataPipes index 540238c..f767d33 160000 --- a/third_party/DataPipes +++ b/third_party/DataPipes @@ -1 +1 @@ -Subproject commit 540238cdd0d9b3939199895244e786c316ba373a +Subproject commit f767d33520881c2f44958fe9616f2965a3e19330 diff --git a/third_party/build.sh b/third_party/build.sh index e51908f..2093caa 100755 --- a/third_party/build.sh +++ b/third_party/build.sh @@ -68,6 +68,7 @@ exec_script_external build_tommath.sh tommath exec_script_external build_tomcrypt.sh tomcrypt "tommath_path=`pwd`/tommath/out/${build_os_type}_${build_os_arch}" exec_script_external build_ed25519.sh ed25519 exec_script_external build_opus.sh opus +exec_script_external build_spdlog.sh spdlog exec_script_external build_libfvad.sh libfvad exec_script_external build_soxr.sh soxr exec_script_external build_portaudio.sh portaudio diff --git a/third_party/spdlog b/third_party/spdlog new file mode 160000 index 0000000..b7d5647 --- /dev/null +++ b/third_party/spdlog @@ -0,0 +1 @@ +Subproject commit b7d56470c94c742342f1895621b9ab5505cd8b00