mirror of
git://f0xx.org/ac/ac-mobile-android
synced 2026-07-29 01:07:35 +03:00
.gitmodules listed paths but no gitlinks were committed (third-party/ was an empty tree). External codecs under third-party/; url-shortener moved to deps/ac-ms-url-shortener (git://f0xx.org/ac/ac-ms-url-shortener).
22 lines
714 B
Plaintext
22 lines
714 B
Plaintext
[submodule "third-party/libvpx"]
|
|
path = third-party/libvpx
|
|
url = https://chromium.googlesource.com/webm/libvpx
|
|
branch = main
|
|
[submodule "third-party/opus"]
|
|
path = third-party/opus
|
|
url = https://github.com/xiph/opus
|
|
[submodule "third-party/speex"]
|
|
path = third-party/speex
|
|
url = https://github.com/xiph/speex/
|
|
[submodule "third-party/wireguard-android"]
|
|
path = third-party/wireguard-android
|
|
url = https://git.zx2c4.com/wireguard-android
|
|
[submodule "backend/url-shortener"]
|
|
path = backend/url-shortener
|
|
url = git://f0xx.org/androidcast_project/url-shortener
|
|
branch = next
|
|
[submodule "deps/ac-ms-url-shortener"]
|
|
path = deps/ac-ms-url-shortener
|
|
url = git://f0xx.org/ac/ac-ms-url-shortener
|
|
branch = next
|