diff options
| author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2021-02-08 21:13:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 21:13:10 -0500 |
| commit | 26669d9e134d2f5ce0ff75b23af5719b6521c68b (patch) | |
| tree | 94fd14bc2646bb1215006483999970cb04d2a7e3 /.gitmodules | |
| parent | 1b730827ddf7442aadbc2a481c439b90d70ca19e (diff) | |
| parent | 1a2e7c4dbd41171acf5e9408e7228c116f0c3b9f (diff) | |
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 @@ [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 |
