diff options
author | bunnei <bunneidev@gmail.com> | 2021-12-15 09:03:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 09:03:20 +0100 |
commit | 2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8 (patch) | |
tree | 486a47945aa83e2842f54dce2e9f153d396a1886 /.gitmodules | |
parent | Merge pull request #7565 from liushuyu/fix-linux-decoding (diff) | |
parent | Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake" (diff) | |
download | yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar.gz yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar.bz2 yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar.lz yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar.xz yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.tar.zst yuzu-2a24c415c18bd7793b1d9986bfffc1cd7cf2c2e8.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a9cf9a24a..dc6ed500f 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 |