Upgrade extensions NDK version
#minor-release Issue:#8581 PiperOrigin-RevId: 357563419
This commit is contained in:
parent
f52e4bed3d
commit
926884d2f2
@ -20,6 +20,14 @@
|
|||||||
instead.
|
instead.
|
||||||
* Remove `extension-jobdispatcher` module. Use the `extension-workmanager`
|
* Remove `extension-jobdispatcher` module. Use the `extension-workmanager`
|
||||||
module instead.
|
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)
|
### 2.13.1 (2021-02-12)
|
||||||
|
|
||||||
|
@ -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.
|
* 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="<path to Android NDK>"
|
NDK_PATH="<path to Android NDK>"
|
||||||
|
@ -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.
|
* 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="<path to Android NDK>"
|
NDK_PATH="<path to Android NDK>"
|
||||||
|
@ -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.
|
* 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="<path to Android NDK>"
|
NDK_PATH="<path to Android NDK>"
|
||||||
|
@ -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.
|
* 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="<path to Android NDK>"
|
NDK_PATH="<path to Android NDK>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user