Ignore:
Timestamp:
Aug 26, 2016 1:22:14 AM (8 years ago)
Author:
ming
Message:

Re #1954: Fixed compilation flags for building on arm64 iOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5429 r5431  
    17841784                      *-apple-darwin_ios*) 
    17851785                        case $target in 
     1786                            arm64*) 
     1787                                ac_webrtc_instset=neon 
     1788                                ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" 
     1789                                ;; 
    17861790                            *arm*) 
    17871791                                ac_webrtc_instset=neon 
Note: See TracChangeset for help on using the changeset viewer.