1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 10:59:28 +03:00
Files
android_cast/third-party/README.md
Anton Afanasyeu 4f0be2785d snap
2026-05-17 22:49:49 +02:00

16 lines
484 B
Markdown

# 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`.