Changeset 5804
- Timestamp:
- Jun 13, 2018 4:27:32 PM (6 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 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 *) -
pjproject/trunk/aconfigure.ac
r5796 r5804 2000 2000 ;; 2001 2001 *win32* | *w32* | *darwin* | *linux*) 2002 ac_webrtc_instset=sse2 2002 case $target in 2003 armv7l*gnueabihf) 2004 ac_webrtc_instset=neon 2005 ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon" 2006 ;; 2007 *) 2008 ac_webrtc_instset=sse2 2009 ;; 2010 esac 2003 2011 ;; 2004 2012 *)
Note: See TracChangeset
for help on using the changeset viewer.