Changeset 5804 for pjproject/trunk/aconfigure
- Timestamp:
- Jun 13, 2018 4:27:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5796 r5804 8837 8837 ;; 8838 8838 *win32* | *w32* | *darwin* | *linux*) 8839 ac_webrtc_instset=sse2 8839 case $target in 8840 armv7l*gnueabihf) 8841 ac_webrtc_instset=neon 8842 ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon" 8843 ;; 8844 *) 8845 ac_webrtc_instset=sse2 8846 ;; 8847 esac 8840 8848 ;; 8841 8849 *)
Note: See TracChangeset
for help on using the changeset viewer.