mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 06:08:09 +00:00
Change the remote address of the ffmpeg and x264 submodules
This commit is contained in:
parent
3200ca5e92
commit
8a9033124b
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -21,10 +21,10 @@
|
|||
url = git://git.linphone.org/libilbc-rfc3951.git
|
||||
[submodule "submodules/externals/ffmpeg"]
|
||||
path = submodules/externals/ffmpeg
|
||||
url = git://git.videolan.org/ffmpeg
|
||||
url = git://git.linphone.org/ffmpeg.git
|
||||
[submodule "submodules/externals/x264"]
|
||||
path = submodules/externals/x264
|
||||
url = git://git.videolan.org/x264.git
|
||||
url = git://git.linphone.org/x264.git
|
||||
[submodule "submodules/msx264"]
|
||||
path = submodules/msx264
|
||||
url = git://git.linphone.org/msx264.git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue