aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorlat9nq <[email protected]>2022-07-26 18:01:19 -0400
committerlat9nq <[email protected]>2022-07-26 18:01:19 -0400
commitbf14790f084e1bf842bb9eb929767b97c2a20579 (patch)
tree0ae86eb910df0a9aa133cc8e3eb1bfd3b607a820 /.gitmodules
parent1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2 (diff)
downloadyuzu-android-bf14790f084e1bf842bb9eb929767b97c2a20579.tar.gz
yuzu-android-bf14790f084e1bf842bb9eb929767b97c2a20579.zip
externals: Use GitHub for FFmpeg
FFmpeg's own git repo seems to be down, so switch to GitHub like we use for most externals.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 26c6735cd..6ba7b131a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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