diff options
author | lat9nq <[email protected]> | 2021-02-05 13:41:45 -0500 |
---|---|---|
committer | lat9nq <[email protected]> | 2021-02-05 13:41:45 -0500 |
commit | 82dd376ba26df744340f947148e073bf250207bd (patch) | |
tree | 42264a0671eadcbe863e525af70e2e3890a8a114 /.gitmodules | |
parent | 741dc13c5a12ed8a2d03d9077edf508e7c1a6f2d (diff) | |
download | yuzu-mainline-82dd376ba26df744340f947148e073bf250207bd.tar.gz yuzu-mainline-82dd376ba26df744340f947148e073bf250207bd.zip |
externals: Add submodule ffmpeg
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 |