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:
parent
1e67d2b59f
commit
bf14790f08
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -42,7 +42,7 @@
|
||||||
url = https://github.com/yhirose/cpp-httplib.git
|
url = https://github.com/yhirose/cpp-httplib.git
|
||||||
[submodule "ffmpeg"]
|
[submodule "ffmpeg"]
|
||||||
path = externals/ffmpeg/ffmpeg
|
path = externals/ffmpeg/ffmpeg
|
||||||
url = https://git.ffmpeg.org/ffmpeg.git
|
url = https://github.com/FFmpeg/FFmpeg.git
|
||||||
[submodule "vcpkg"]
|
[submodule "vcpkg"]
|
||||||
path = externals/vcpkg
|
path = externals/vcpkg
|
||||||
url = https://github.com/Microsoft/vcpkg.git
|
url = https://github.com/Microsoft/vcpkg.git
|
||||||
|
|
2
externals/ffmpeg/ffmpeg
vendored
2
externals/ffmpeg/ffmpeg
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1
|
Subproject commit 6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
|
Loading…
Reference in a new issue