You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you say what the actual problem is? I don't think that libheif provides Android binaries, and your link doesn't seem to identify any source-relevant issues.
Actually, there is a script to build Android binaries: https://github.com/strukturag/libheif/blob/master/scripts/build-android-libs.sh
I use that in my own Android software. But the required flags depend on the NDK version, so you have to adapt this script anyways. I also do not see what change in libheif is expected...
It looks like adding target_link_options(${CMAKE_PROJECT_NAME} PRIVATE "-Wl,-z,max-page-size=16384") to that is all you can do for NDK 27 and below, and anything above it's automatic. The rest is up to the compiler, packager, and the OS to handle.
https://developer.android.com/guide/practices/page-sizes
The text was updated successfully, but these errors were encountered: