chore: add external submodules to the project

Fixed two external dependencies as Git submodules. This setup ensures that the project can manage and track these dependencies efficiently.

List of added submodules:
- mbedtls (Fixed)
- ffmpeg (Fixed)
This commit is contained in:
Phoenix 2024-08-31 17:01:33 +10:00
parent 67f11edcde
commit a70f668170
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@ -121,3 +121,9 @@
[submodule "externals/Vulkan-Utility-Libraries"]
path = externals/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "externals/mbedtls"]
path = externals/mbedtls
url = https://github.com/uzuy-emu/mbedtls.git
[submodule "externals/ffmpeg/ffmpeg"]
path = externals/ffmpeg/ffmpeg
url = https://github.com/FFmpeg/FFmpeg.git

1
externals/ffmpeg/ffmpeg vendored Submodule

@ -0,0 +1 @@
Subproject commit b2eabe0ff2c9c628eeeb2adcacd52c3e23e04fcf

1
externals/mbedtls vendored Submodule

@ -0,0 +1 @@
Subproject commit 29ac2b5c5584056c5fdcd7b41e75870fa4a276f5