diff options
author | liushuyu <liushuyu011@gmail.com> | 2021-12-11 05:26:43 +0100 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2021-12-14 01:48:05 +0100 |
commit | f91b6fbbcb56870f912540550c9517800c152a46 (patch) | |
tree | 98724b975ae157370815f6e0d663339856b87ca8 /.gitmodules | |
parent | cmake: refactor ffmpeg searching and handling logic on Linux (diff) | |
download | yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar.gz yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar.bz2 yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar.lz yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar.xz yuzu-f91b6fbbcb56870f912540550c9517800c152a46.tar.zst yuzu-f91b6fbbcb56870f912540550c9517800c152a46.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index dc6ed500f..a9cf9a24a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |