Skip to content

Commit

Permalink
FFmpeg: Enable Android MediaCodec support
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Dec 27, 2024
1 parent e1dd65b commit 6eb5ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osu.Framework.NativeLibs/scripts/ffmpeg/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ bin_path="$toolchain_path/bin"

FFMPEG_FLAGS+=(
--enable-jni
--enable-mediacodec

--enable-decoder='h264_mediacodec,hevc_mediacodec,vp8_mediacodec,vp9_mediacodec'

--enable-cross-compile
--target-os=android
Expand Down

0 comments on commit 6eb5ff8

Please sign in to comment.