aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorliushuyu <[email protected]>2021-12-15 01:10:07 -0700
committerliushuyu <[email protected]>2021-12-15 20:57:01 -0700
commit3f765ea9a4598a5b68e8210aec75067f901172b9 (patch)
treebb3ed9be9344d37bbdf4eb7456813246bda3da1f /.gitmodules
parentb3fc36d9898543d3aa1db336d6b398efb003552d (diff)
downloadyuzu-android-3f765ea9a4598a5b68e8210aec75067f901172b9.tar.gz
yuzu-android-3f765ea9a4598a5b68e8210aec75067f901172b9.zip
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
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