We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e266ef commit f63df34Copy full SHA for f63df34
1 file changed
README.md
@@ -1,6 +1,9 @@
1
# 16KB Page Size Update
2
This fork only aims to make ffmpeg-kit compatible with new android versions (API 35) which request all binaries to be rebuilt.
3
Google request developers to build new with new r27 and r28 ndk but ffmpeg-kit has its own NDK compatibility table which supports only upto r25.</p>
4
+<i>Edit: As original devs said, master branch has been tested upto NDK r27.</i>
5
+
6
+</p>
7
Lucky for us, there is a version of ndk r23 and r25 in CI which supports 16KB page sizes too.
8
make sure to download this ndk version and compile ffmpeg-kit with this ndk only.<br/>
9
NDK : <a href="https://ci.android.com/builds/branches/aosp-ndk-release-r23/grid">R23</a> <a href="https://ci.android.com/builds/branches/aosp-ndk-r25-release/grid">R25</a>
0 commit comments