diff options
| author | bunnei <bunneidev@gmail.com> | 2021-12-18 02:33:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 02:33:07 -0800 |
| commit | 2030522d86d1fac7ef95396b9d59d5cdedd7b892 (patch) | |
| tree | 55ddefd392b4c3514264282b78a882bfea956bb0 /.gitmodules | |
| parent | 1490b49fa92e33b10beea0826f8af807967b4ffe (diff) | |
| parent | 476637d1435f031017abb06a42902b925dc08151 (diff) | |
Merge pull request #7587 from liushuyu/fix-linux-decoding
[Patch v2] externals/ffmpeg: refactor ffmpeg searching and handling in cmake
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index dc6ed500f..a9cf9a24a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,12 +34,12 @@ [submodule "opus"] path = externals/opus/opus url = https://github.com/xiph/opus.git -[submodule "ffmpeg"] - path = externals/ffmpeg - url = https://git.ffmpeg.org/ffmpeg.git [submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git [submodule "externals/cpp-httplib"] path = externals/cpp-httplib url = https://github.com/yhirose/cpp-httplib.git +[submodule "externals/ffmpeg/ffmpeg"] + path = externals/ffmpeg/ffmpeg + url = https://git.ffmpeg.org/ffmpeg.git |
