pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Android build for arm64 not working #78

Closed tercanfurkan closed 9 years ago

tercanfurkan commented 9 years ago

Android arm64 build is commented out and there is a note that the application can not yet build for arm64 successfully. Is this fix near in the roadmap?

https://github.com/pristineio/webrtc-build-scripts/blob/master/android/build.sh#L293

    # Uncomment once the application can successfully build for arm64
    #export WEBRTC_ARCH=armv8
    #prepare_gyp_defines &&
    #execute_build
thebehera commented 9 years ago

Originally ARM64 was slower than ARM32 because libvpx at the time did not have all the 64 bit arm instructions added. Now there shouldn't be an issue. Will uncomment and update. thanks for the ping