Skip to content

Commit

Permalink
16 kb page size support
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Nov 24, 2024
1 parent 8a0f0ff commit 1635702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ffmpeg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ done

# Referencing dependencies without pkgconfig
DEP_CFLAGS="-I${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/include"
DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS"
DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS -Wl,-z,max-page-size=16384"

./configure \
--prefix=${BUILD_DIR_FFMPEG}/${ANDROID_ABI} \
Expand Down

0 comments on commit 1635702

Please sign in to comment.