Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
926884d2
authored
Feb 15, 2021
by
kimvde
Committed by
kim-vde
Feb 19, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade extensions NDK version
#minor-release Issue:#8581 PiperOrigin-RevId: 357563419
parent
f52e4bed
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
4 deletions
RELEASENOTES.md
extensions/ffmpeg/README.md
extensions/flac/README.md
extensions/opus/README.md
extensions/vp9/README.md
RELEASENOTES.md
View file @
926884d2
...
...
@@ -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)
...
...
extensions/ffmpeg/README.md
View file @
926884d2
...
...
@@ -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 r2
0
.
This build configuration has been tested on NDK r2
2
.
```
NDK_PATH="<path to Android NDK>"
...
...
extensions/flac/README.md
View file @
926884d2
...
...
@@ -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 r2
0
.
This build configuration has been tested on NDK r2
2
.
```
NDK_PATH="<path to Android NDK>"
...
...
extensions/opus/README.md
View file @
926884d2
...
...
@@ -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 r2
0
.
This build configuration has been tested on NDK r2
2
.
```
NDK_PATH="<path to Android NDK>"
...
...
extensions/vp9/README.md
View file @
926884d2
...
...
@@ -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 r2
0
.
This build configuration has been tested on NDK r2
2
.
```
NDK_PATH="<path to Android NDK>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment