-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libyuv compilation error with Android API 18 #12
Comments
libyuv android repo has been updated from r1255 to r1580 recently, and that's the cause. Some changes are needed to be able to compile with API 18. Specifically, the bulld has to be made only for non 64 bit builds. |
Had to disable mips build with Android API 18 due to this compilation error:
If someone has any clues on how to resolve that, send me a pull request. |
still not working :( |
@neutronstein unless someone has an idea on how to resolve the mentioned error with a patch, it's not going to work. |
I am also not able to build for arm64-v8a android architecture. libyuv library dosent have the arm64-v8a. how to update this or any other solution. i am using API 21. |
Hello,
I'm trying to build pjsip as described in README, but build fails on libyuv library.
vagrant_up_log.zip
BTW, thanks for the work!
The text was updated successfully, but these errors were encountered: