diff options
| author | 2021-12-15 01:10:07 -0700 | |
|---|---|---|
| committer | 2021-12-15 20:57:01 -0700 | |
| commit | 3f765ea9a4598a5b68e8210aec75067f901172b9 (patch) | |
| tree | bb3ed9be9344d37bbdf4eb7456813246bda3da1f /.gitmodules | |
| parent | Merge pull request #7588 from Wunkolo/gibibibi-bytes (diff) | |
| download | yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.gz yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.xz yuzu-3f765ea9a4598a5b68e8210aec75067f901172b9.zip | |
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
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 @@ | |||
| 34 | [submodule "opus"] | 34 | [submodule "opus"] |
| 35 | path = externals/opus/opus | 35 | path = externals/opus/opus |
| 36 | url = https://github.com/xiph/opus.git | 36 | url = https://github.com/xiph/opus.git |
| 37 | [submodule "ffmpeg"] | ||
| 38 | path = externals/ffmpeg | ||
| 39 | url = https://git.ffmpeg.org/ffmpeg.git | ||
| 40 | [submodule "SDL"] | 37 | [submodule "SDL"] |
| 41 | path = externals/SDL | 38 | path = externals/SDL |
| 42 | url = https://github.com/libsdl-org/SDL.git | 39 | url = https://github.com/libsdl-org/SDL.git |
| 43 | [submodule "externals/cpp-httplib"] | 40 | [submodule "externals/cpp-httplib"] |
| 44 | path = externals/cpp-httplib | 41 | path = externals/cpp-httplib |
| 45 | url = https://github.com/yhirose/cpp-httplib.git | 42 | url = https://github.com/yhirose/cpp-httplib.git |
| 43 | [submodule "externals/ffmpeg/ffmpeg"] | ||
| 44 | path = externals/ffmpeg/ffmpeg | ||
| 45 | url = https://git.ffmpeg.org/ffmpeg.git | ||