WebP integration and arm64

978 views Asked by At

I am trying to update an app that is using Google's WebP.framework. The problem is that the project has to support arm64 architecture, but the WebP.framework does not.

I am using 0.4.0 version of the framework. Couldn't find the library compiled for arm64 anywhere in the net. I tried to build it myself, edited iosbuild.sh script that Google provided, but it fails with error "autogen.sh: No such file or directory"

1

There are 1 answers

1
Abhi Beckert On BEST ANSWER

You can download libwebp-0.4.2.tar.gz here: http://downloads.webmproject.org/releases/webp/index.html

Expand that, cd into it, and execute ./iosbuild.sh.

I haven't tested it out, but for me that successfully built the WebP.framework for these architectures:

iPhoneSimulator iPhoneOS-V7 iPhoneOS-V7s iPhoneOS-V7-arm64