Use Linphone in Armv7s, Armv7 and arm64

469 Views Asked by At

I have created a project that uses linphone successfully in armv7 and arm64. When I try to add armv7s files included at the link below, it doesn't let me support arm64. How can I easily add it?

https://github.com/onmyway133/linphone-iphone/tree/master/liblinphone-sdk/armv7s-apple-darwin

1

There are 1 best solutions below

0
On BEST ANSWER

You need to build liblinphone SDK for armv7s as well by running:

./prepare.py arm64 armv7s armv7 [your other options]
make

But I'm afraid armv7s is not supported by Linphone yet, so you won't be able to do so. You should try reach them on their mailing list.