diff options
| author | 2021-02-08 21:13:10 -0500 | |
|---|---|---|
| committer | 2021-02-08 21:13:10 -0500 | |
| 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.gz yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.tar.xz yuzu-26669d9e134d2f5ce0ff75b23af5719b6521c68b.zip | |
Merge pull request #5880 from lat9nq/ffmpeg-external
cmake: FFmpeg linking rework
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 @@ | |||
| 37 | [submodule "opus"] | 37 | [submodule "opus"] |
| 38 | path = externals/opus/opus | 38 | path = externals/opus/opus |
| 39 | url = https://github.com/xiph/opus.git | 39 | url = https://github.com/xiph/opus.git |
| 40 | [submodule "externals/ffmpeg"] | ||
| 41 | path = externals/ffmpeg | ||
| 42 | url = https://git.ffmpeg.org/ffmpeg.git | ||