Add arm files for libpng from official libpng v1.6.7 to support neon (#262) (#264)
Now dlib can be compiled for android with -DANDROID_ABI="armeabi-v7a with NEON" with https://github.com/taka-no-me/android-cmake However, when compiling for arm64-v8a, since __ARM_NEON__ is not defined, neon code will not be actually enabled, which requires upgrading libpng a bit more
Showing
This diff is collapsed.
Please
register
or
sign in
to comment