Commit 11dbe6d0 by tonihei Committed by Oliver Woodman

Update Ffmpeg README with supported NDK versions disclaimer.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190751660
parent 6dcfe57f
Showing with 2 additions and 1 deletions
...@@ -29,7 +29,8 @@ EXOPLAYER_ROOT="$(pwd)" ...@@ -29,7 +29,8 @@ EXOPLAYER_ROOT="$(pwd)"
FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main" 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>" NDK_PATH="<path to Android NDK>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment