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
This commit is contained in:
Nanang Izzuddin 2019-09-06 08:29:25 +00:00
parent 1773fa8da6
commit c381ed7e11
2 changed files with 2 additions and 2 deletions

View File

@ -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
;;

View File

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