mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add additional ffmpeg audio decoders (#423)
Adds a few more ffmpeg audio decoders for ExoPlayer Fixes #417
This commit is contained in:
parent
c5c0dff705
commit
f63a30d295
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ PROJECT_ROOT="$(realpath "${SCRIPT_DIR}/../../")"
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
ANDROID_ABI=21
|
ANDROID_ABI=21
|
||||||
ENABLED_DECODERS=(dca ac3 eac3 mlp truehd)
|
ENABLED_DECODERS=(dca ac3 eac3 mlp truehd flac alac pcm_mulaw pcm_alaw mp3)
|
||||||
FFMPEG_BRANCH="release/6.0"
|
FFMPEG_BRANCH="release/6.0"
|
||||||
|
|
||||||
# Path configs
|
# Path configs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue