mirror of
https://github.com/jellyfin/jellyfin-androidx-media.git
synced 2024-11-23 06:09:45 +00:00
Enable FLAC as decoder (#105)
This commit is contained in:
parent
6210484f1b
commit
9da45f2194
2
build.sh
2
build.sh
@ -9,7 +9,7 @@ export ANDROID_NDK_PATH=$ANDROID_HOME/ndk/21.4.7075529
|
||||
export EXOPLAYER_ROOT="${PWD}/ExoPlayer"
|
||||
export FFMPEG_EXT_PATH="${EXOPLAYER_ROOT}/extensions/ffmpeg/src/main"
|
||||
export FFMPEG_PATH="${PWD}/ffmpeg"
|
||||
export ENABLED_DECODERS=(alac pcm_mulaw pcm_alaw mp3 aac ac3 eac3 dca mlp truehd)
|
||||
export ENABLED_DECODERS=(flac alac pcm_mulaw pcm_alaw mp3 aac ac3 eac3 dca mlp truehd)
|
||||
|
||||
# Create softlink to ffmpeg
|
||||
ln -sf "${FFMPEG_PATH}" "${FFMPEG_EXT_PATH}/jni/ffmpeg"
|
||||
|
Loading…
Reference in New Issue
Block a user