-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add "flavor" that includes ExoPlayer decoder extensions w/ ABI splits
- Loading branch information
1 parent
a5d4eb0
commit 7b6a4aa
Showing
6 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...oid-studio-project/ExoPlayer-AirPlay-Receiver/libs/decoder_extensions/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#### origin for pre-built native extension binaries: | ||
|
||
* [Just Player](https://github.com/moneytoo/Player/tree/v0.45/app/libs) | ||
- release: 0.45 (using ExoPlayer 2.14.2) | ||
- extensions: | ||
* [_av1_](https://github.com/moneytoo/Player/raw/v0.45/app/libs/extension-av1-release.aar) | ||
* [_ffmpeg_](https://github.com/moneytoo/Player/raw/v0.45/app/libs/extension-ffmpeg-release.aar) | ||
- ABIs: | ||
* armeabi-v7a | ||
* arm64-v8a | ||
* x86 | ||
* x86_64 | ||
|
||
#### _ffmpeg_ build options | ||
|
||
``` | ||
ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 amrnb amrwb aac ac3 eac3 dca mlp truehd) | ||
``` |
Binary file added
BIN
+2.24 MB
android-studio-project/ExoPlayer-AirPlay-Receiver/libs/decoder_extensions/extension-av1.aar
Binary file not shown.
Binary file added
BIN
+3.03 MB
...id-studio-project/ExoPlayer-AirPlay-Receiver/libs/decoder_extensions/extension-ffmpeg.aar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters