Browse Source
Merge pull request #8652 from lat9nq/ffmpeg-gh
externals: Use GitHub for FFmpeg
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.gitmodules
-
externals/ffmpeg/ffmpeg
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1 |
|
|
|
Subproject commit 6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb |