Misc (re #2210): Workaround for compile error 'unknown type name uint64_t' when building for Android x86 with NDK r20.

M    aconfigure
M    aconfigure.ac


git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@6066 74dad513-b988-da41-8d7b-12977e46ad98
remotes/origin/bitrise-android
Nanang Izzuddin 5 years ago
parent 1773fa8da6
commit c381ed7e11

@ -8931,7 +8931,7 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; }
ac_webrtc_instset=mips
;;
*)
ac_webrtc_instset=sse2
ac_webrtc_instset=generic
;;
esac
;;

@ -2020,7 +2020,7 @@ AC_ARG_ENABLE(libwebrtc,
ac_webrtc_instset=mips
;;
*)
ac_webrtc_instset=sse2
ac_webrtc_instset=generic
;;
esac
;;

Loading…
Cancel
Save