summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar lat9nq2021-02-09 22:17:22 -0500
committerGravatar lat9nq2021-02-09 22:17:22 -0500
commitc44ab0f8f6dc1142e9190979be259a0d75149e9f (patch)
tree3a2da61c9dc7295e99e70c7dc7e2000797bbfd45 /.gitmodules
parentMerge pull request #5901 from lioncash/input-warn (diff)
downloadyuzu-c44ab0f8f6dc1142e9190979be259a0d75149e9f.tar.gz
yuzu-c44ab0f8f6dc1142e9190979be259a0d75149e9f.tar.xz
yuzu-c44ab0f8f6dc1142e9190979be259a0d75149e9f.zip
cmake: Update FFmpeg to 4.3.1
Download FFmpeg package version 4.3.1. Uses a file defined within the package to determine with DLLs to copy. Also corrects a submodule name.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4962f7bfd..93ba9b930 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -37,6 +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"] 40[submodule "ffmpeg"]
41 path = externals/ffmpeg 41 path = externals/ffmpeg
42 url = https://git.ffmpeg.org/ffmpeg.git 42 url = https://git.ffmpeg.org/ffmpeg.git