Add additional ffmpeg audio decoders (#423)

Adds a few more ffmpeg audio decoders for ExoPlayer

Fixes #417
This commit is contained in:
damontecres 2025-12-11 12:55:52 -05:00 committed by GitHub
parent c5c0dff705
commit f63a30d295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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