From bf14790f084e1bf842bb9eb929767b97c2a20579 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Tue, 26 Jul 2022 18:01:19 -0400 Subject: externals: Use GitHub for FFmpeg FFmpeg's own git repo seems to be down, so switch to GitHub like we use for most externals. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') 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 -- cgit v1.2.3