Ignore:
Timestamp:
Dec 22, 2016 9:33:55 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1945): Fixed WebRTC build failure for mips64 platform (thanks Oliver Wigley for the report).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5483 r5509  
    18601860                                ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" 
    18611861                                ;; 
     1862                            mips64*) 
     1863                                ac_webrtc_instset=generic 
     1864                                ;; 
    18621865                            mips*) 
    18631866                                ac_webrtc_instset=mips 
Note: See TracChangeset for help on using the changeset viewer.