mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:57:50 +03:00
snap
This commit is contained in:
15
third-party/README.md
vendored
Normal file
15
third-party/README.md
vendored
Normal 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`.
|
||||
Reference in New Issue
Block a user