doubango icon indicating copy to clipboard operation
doubango copied to clipboard

configure webrtc failed while build android version

Open chinawangzz opened this issue 8 years ago • 1 comments

the configure file print "checking for WebRtcAecm_Create in -laudio_processing... no"

#ifdef __cplusplus extern "C" #endif char WebRtcAec_Create (); int main () { return WebRtcAec_Create (); ; return 0; }

chinawangzz avatar Sep 17 '17 09:09 chinawangzz

it was caused by this commit https://github.com/DoubangoTelecom/doubango/commit/e58bfcddf01b23eb3fa66063ffbb7e3765943d79, I used previous version to solve this problem for now.

@DoubangoTelecom

rachelxj avatar Sep 26 '17 03:09 rachelxj