Skip to content

Commit

Permalink
Enable FLAC as decoder (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen authored Apr 27, 2023
1 parent 6210484 commit 9da45f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9da45f2

Please sign in to comment.