diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-02-05 19:41:45 +0100 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-02-05 19:41:45 +0100 |
commit | 82dd376ba26df744340f947148e073bf250207bd (patch) | |
tree | 42264a0671eadcbe863e525af70e2e3890a8a114 | |
parent | Merge pull request #5865 from lat9nq/conditionally-quiet (diff) | |
download | yuzu-82dd376ba26df744340f947148e073bf250207bd.tar yuzu-82dd376ba26df744340f947148e073bf250207bd.tar.gz yuzu-82dd376ba26df744340f947148e073bf250207bd.tar.bz2 yuzu-82dd376ba26df744340f947148e073bf250207bd.tar.lz yuzu-82dd376ba26df744340f947148e073bf250207bd.tar.xz yuzu-82dd376ba26df744340f947148e073bf250207bd.tar.zst yuzu-82dd376ba26df744340f947148e073bf250207bd.zip |
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | externals/ffmpeg | 0 |
2 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 diff --git a/externals/ffmpeg b/externals/ffmpeg new file mode 160000 +Subproject 81c462ad95f143837a6a21126117515577f0977 |