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:
tonihei 2018-03-28 04:13:59 -07:00 committed by Oliver Woodman
parent 6dcfe57fd3
commit 11dbe6d04b

View File

@ -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>"