From 82dd376ba26df744340f947148e073bf250207bd Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Fri, 5 Feb 2021 13:41:45 -0500 Subject: [PATCH] externals: Add submodule ffmpeg --- .gitmodules | 3 +++ externals/ffmpeg | 1 + 2 files changed, 4 insertions(+) create mode 160000 externals/ffmpeg diff --git a/.gitmodules b/.gitmodules index 41022615bd..4962f7bfd2 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 index 0000000000..81c462ad95 --- /dev/null +++ b/externals/ffmpeg @@ -0,0 +1 @@ +Subproject commit 81c462ad95f143837a6a21126117515577f0977b