mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Update Ffmpeg README with supported NDK versions disclaimer.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190751660
This commit is contained in:
parent
9299d3b3a5
commit
516f163887
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ EXOPLAYER_ROOT="$(pwd)"
|
|||
FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main"
|
||||
```
|
||||
|
||||
* Download the [Android NDK][] and set its location in an environment variable:
|
||||
* Download the [Android NDK][] and set its location in an environment variable.
|
||||
Only versions up to NDK 15c are supported currently.
|
||||
|
||||
```
|
||||
NDK_PATH="<path to Android NDK>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue