From 926884d2f26ef4a2eeb9b4c99c4bd2c7477aa78d Mon Sep 17 00:00:00 2001 From: kimvde Date: Mon, 15 Feb 2021 14:12:43 +0000 Subject: [PATCH] Upgrade extensions NDK version #minor-release Issue:#8581 PiperOrigin-RevId: 357563419 --- 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, 12 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9906d377fa..104c4a6904 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,14 @@ instead. * Remove `extension-jobdispatcher` module. Use the `extension-workmanager` module instead. +* VP9 extension: Update to use NDK r22 + ([#8581](https://github.com/google/ExoPlayer/issues/8581)). +* FLAC extension: Update to use NDK r22 + ([#8581](https://github.com/google/ExoPlayer/issues/8581)). +* Opus extension: Update to use NDK r22 + ([#8581](https://github.com/google/ExoPlayer/issues/8581)). +* FFmpeg extension: Update to use NDK r22 + ([#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 639d1f6d6c..68eafd2926 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 r20. + This build configuration has been tested on NDK r22. ``` NDK_PATH="" diff --git a/extensions/flac/README.md b/extensions/flac/README.md index 47c74d1148..5b98e33364 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 r20. + This build configuration has been tested on NDK r22. ``` NDK_PATH="" diff --git a/extensions/opus/README.md b/extensions/opus/README.md index b683dae0bf..6a68a1946b 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 r20. + This build configuration has been tested on NDK r22. ``` NDK_PATH="" diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index 1c1d91eb03..3abf72758d 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 r20. + This build configuration has been tested on NDK r22. ``` NDK_PATH=""