pkuvcl / xavs2

An open-source encoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
234 stars 66 forks source link

davs2 and xavs2 not support ios compile #8

Open tonypccheny opened 6 years ago

tonypccheny commented 6 years ago

I want use davs2 and xavs2 on ios platform,but there is little information on configure for arm64 armv7 armv7s x86_64 i386 of ios platform compile needs.Is there someone can help me,thanks very much!

luofalei commented 6 years ago

@tonypccheny We haven't tried the IOS platform before and currently I don't have an IOS based phone for test. xavs2 and davs2 could be built for Android platform. A script build/linux/android_build.sh had been added in this repository. I think you can check this script and modify it for IOS. If there are some building errors to be fixed, it's good to make pull requests to make it fixed. Thank you!