Skip to content

Commit 1635702

Browse files
committed
16 kb page size support
1 parent 8a0f0ff commit 1635702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ffmpeg/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323

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

2828
./configure \
2929
--prefix=${BUILD_DIR_FFMPEG}/${ANDROID_ABI} \

0 commit comments

Comments
 (0)