1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-17 22:49:49 +02:00
parent ab5c28b49a
commit 4f0be2785d
219 changed files with 14883 additions and 437 deletions

15
third-party/README.md vendored Normal file
View File

@@ -0,0 +1,15 @@
# Third-party native dependencies
Initialize submodules:
```bash
git submodule update --init --recursive
```
| Path | Project | Use |
|------|---------|-----|
| `libvpx/` | [webmproject/libvpx](https://github.com/webmproject/libvpx) | VP8/VP9 software codec |
| `opus/` | [xiph/opus](https://github.com/xiph/opus) | Opus audio (in-band FEC) |
| `speex/` | [xiph/speex](https://github.com/xiph/speex) | Speex audio |
Built via `ndk/CMakeLists.txt` into `libandroidcast_codecs.so`.