diff options
author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2021-02-09 03:13:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 03:13:10 +0100 |
commit | 26669d9e134d2f5ce0ff75b23af5719b6521c68b (patch) | |
tree | 94fd14bc2646bb1215006483999970cb04d2a7e3 /.gitmodules | |
parent | Merge pull request #5892 from german77/backup (diff) | |
parent | ffmpeg: Checkout tag n4.3.1 (diff) | |
download | yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.gz yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.bz2 yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.lz yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.xz yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.zst yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 41022615b..4962f7bfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "opus"] path = externals/opus/opus url = https://github.com/xiph/opus.git +[submodule "externals/ffmpeg"] + path = externals/ffmpeg + url = https://git.ffmpeg.org/ffmpeg.git |