From 734bf4c0c56a630156ba3bcb9b76616240c278cf Mon Sep 17 00:00:00 2001 From: kimvde Date: Thu, 25 Feb 2021 09:12:50 +0000 Subject: [PATCH] Update extensions NDK version to latest LTS version Latest LTS version is better than latest stable version because it will be supported for longer. #minor-release Issue:#8581 PiperOrigin-RevId: 359467482 --- RELEASENOTES.md | 8 ++++---- extensions/ffmpeg/README.md | 2 +- extensions/flac/README.md | 2 +- extensions/opus/README.md | 2 +- extensions/vp9/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 97f34c780f..925c7ea423 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,13 +24,13 @@ * Text: * Parse SSA/ASS font size in `Style:` lines ([#8435](https://github.com/google/ExoPlayer/issues/8435)). -* VP9 extension: Update to use NDK r22 +* VP9 extension: Update to use NDK r21 ([#8581](https://github.com/google/ExoPlayer/issues/8581)). -* FLAC extension: Update to use NDK r22 +* FLAC extension: Update to use NDK r21 ([#8581](https://github.com/google/ExoPlayer/issues/8581)). -* Opus extension: Update to use NDK r22 +* Opus extension: Update to use NDK r21 ([#8581](https://github.com/google/ExoPlayer/issues/8581)). -* FFmpeg extension: Update to use NDK r22 +* FFmpeg extension: Update to use NDK r21 ([#8581](https://github.com/google/ExoPlayer/issues/8581)). ### 2.13.1 (2021-02-12) diff --git a/extensions/ffmpeg/README.md b/extensions/ffmpeg/README.md index 68eafd2926..da2fa40141 100644 --- a/extensions/ffmpeg/README.md +++ b/extensions/ffmpeg/README.md @@ -30,7 +30,7 @@ FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main" ``` * Download the [Android NDK][] and set its location in a shell variable. - This build configuration has been tested on NDK r22. + This build configuration has been tested on NDK r21. ``` NDK_PATH="" diff --git a/extensions/flac/README.md b/extensions/flac/README.md index 5b98e33364..074daca71e 100644 --- a/extensions/flac/README.md +++ b/extensions/flac/README.md @@ -29,7 +29,7 @@ FLAC_EXT_PATH="${EXOPLAYER_ROOT}/extensions/flac/src/main" ``` * Download the [Android NDK][] and set its location in an environment variable. - This build configuration has been tested on NDK r22. + This build configuration has been tested on NDK r21. ``` NDK_PATH="" diff --git a/extensions/opus/README.md b/extensions/opus/README.md index 6a68a1946b..4daff54abf 100644 --- a/extensions/opus/README.md +++ b/extensions/opus/README.md @@ -29,7 +29,7 @@ OPUS_EXT_PATH="${EXOPLAYER_ROOT}/extensions/opus/src/main" ``` * Download the [Android NDK][] and set its location in an environment variable. - This build configuration has been tested on NDK r22. + This build configuration has been tested on NDK r21. ``` NDK_PATH="" diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index 3abf72758d..30b7a252d0 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -29,7 +29,7 @@ VP9_EXT_PATH="${EXOPLAYER_ROOT}/extensions/vp9/src/main" ``` * Download the [Android NDK][] and set its location in an environment variable. - This build configuration has been tested on NDK r22. + This build configuration has been tested on NDK r21. ``` NDK_PATH=""