Updated SDL to fix pipewire related compile error

This commit is contained in:
spectranator
2025-04-11 15:28:24 +02:00
parent 5de4fd6c76
commit ff2e94b286
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -16,9 +16,6 @@
[submodule "opus"]
path = externals/opus
url = https://github.com/xiph/opus.git
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "cpp-httplib"]
path = externals/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
@@ -61,3 +58,6 @@
[submodule "externals/Vulkan-Headers"]
path = externals/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "externals/SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git

2
externals/SDL vendored