Changeset 5431 for pjproject


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.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5429 r5431  
    84218421                      *-apple-darwin_ios*) 
    84228422                        case $target in 
     8423                            arm64*) 
     8424                                ac_webrtc_instset=neon 
     8425                                ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" 
     8426                                ;; 
    84238427                            *arm*) 
    84248428                                ac_webrtc_instset=neon 
  • 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.