mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
vpn service sync
This commit is contained in:
@@ -13,13 +13,10 @@ The app loads `libandroidcast_codecs.so` for availability probes and future soft
|
||||
|
||||
## Enable native codecs (developer)
|
||||
|
||||
1. Initialize submodules as needed:
|
||||
1. Initialize all third-party submodules:
|
||||
|
||||
```bash
|
||||
git submodule update --init third-party/libvpx
|
||||
git submodule update --init third-party/opus
|
||||
git submodule update --init third-party/speex
|
||||
git submodule update --init third-party/wireguard-android
|
||||
bash scripts/init-third-party-submodules.sh
|
||||
```
|
||||
|
||||
2. Build static libs per ABI (NDK auto-detected via `scripts/android-ndk.sh`):
|
||||
|
||||
Reference in New Issue
Block a user