mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 13:37:56 -05:00
externals: Use GitHub for FFmpeg
FFmpeg's own git repo seems to be down, so switch to GitHub like we use for most externals.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -42,7 +42,7 @@
|
||||
url = https://github.com/yhirose/cpp-httplib.git
|
||||
[submodule "ffmpeg"]
|
||||
path = externals/ffmpeg/ffmpeg
|
||||
url = https://git.ffmpeg.org/ffmpeg.git
|
||||
url = https://github.com/FFmpeg/FFmpeg.git
|
||||
[submodule "vcpkg"]
|
||||
path = externals/vcpkg
|
||||
url = https://github.com/Microsoft/vcpkg.git
|
||||
|
Reference in New Issue
Block a user