Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

configure webrtc failed while build android version #507

Open
chinawangzz opened this issue Sep 17, 2017 · 1 comment
Open

configure webrtc failed while build android version #507

chinawangzz opened this issue Sep 17, 2017 · 1 comment

Comments

@chinawangzz
Copy link

chinawangzz commented Sep 17, 2017

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

@rachelxj
Copy link

it was caused by this commit e58bfcd, I used previous version to solve this problem for now.

@DoubangoTelecom

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants