diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2022-07-26 19:04:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 19:04:14 -0400 |
commit | 7c63f926ab590d0e3ddf54a1a4fc72238af6ac24 (patch) | |
tree | 0ae86eb910df0a9aa133cc8e3eb1bfd3b607a820 | |
parent | 1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2 (diff) | |
parent | bf14790f084e1bf842bb9eb929767b97c2a20579 (diff) |
Merge pull request #8652 from lat9nq/ffmpeg-gh
externals: Use GitHub for FFmpeg
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | externals/ffmpeg/ffmpeg | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 26c6735cd9..6ba7b131ab 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 diff --git a/externals/ffmpeg/ffmpeg b/externals/ffmpeg/ffmpeg -Subproject dc91b913b6260e85e1304c74ff7bb3c22a8c9fb +Subproject 6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fd |