video_core/codecs: (re-spin) refactor ffmpeg searching and handling

This commit is contained in:
liushuyu 2021-12-15 01:10:07 -07:00
parent 3ded539d4f
commit f722e83537
8 changed files with 228 additions and 223 deletions

6
.gitmodules vendored
View file

@ -34,12 +34,12 @@
[submodule "opus"]
path = externals/opus/opus
url = https://github.com/xiph/opus.git
[submodule "ffmpeg"]
path = externals/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git
[submodule "SDL"]
path = externals/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "externals/cpp-httplib"]
path = externals/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "externals/ffmpeg/ffmpeg"]
path = externals/ffmpeg/ffmpeg
url = https://git.ffmpeg.org/ffmpeg.git