Skip to content

Commit

Permalink
Upgrade extensions NDK version
Browse files Browse the repository at this point in the history
Issue:#8581
PiperOrigin-RevId: 357563419
  • Loading branch information
kim-vde authored and marcbaechinger committed Feb 22, 2021
1 parent 5be7d4d commit c6ed561
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
* Audio:
* Fix `SimpleExoPlayer` reporting audio session ID as 0 in some cases
([#8585](https://github.com/google/ExoPlayer/issues/8585)).
* 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)

Expand Down
2 changes: 1 addition & 1 deletion extensions/ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<path to Android NDK>"
Expand Down
2 changes: 1 addition & 1 deletion extensions/flac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<path to Android NDK>"
Expand Down
2 changes: 1 addition & 1 deletion extensions/opus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<path to Android NDK>"
Expand Down
2 changes: 1 addition & 1 deletion extensions/vp9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="<path to Android NDK>"
Expand Down

0 comments on commit c6ed561

Please sign in to comment.