|
I’m using VC++ on XP and I get this error building
sipXtapi: 1>sipXmediaLib.lib(MprSpeexEchoCancel.obj)
: error LNK2019: unresolved external symbol _speex_echo_state_init referenced
in function "public: __thiscall
MprSpeexEchoCancel::MprSpeexEchoCancel(class UtlString const
&,int,int,int,int)" (??0MprSpeexEchoCancel@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>sipXmediaLib.lib(MprSpeexEchoCancel.obj)
: error LNK2019: unresolved external symbol _speex_echo_state_destroy
referenced in function "public: virtual __thiscall
MprSpeexEchoCancel::~MprSpeexEchoCancel(void)" (??1MprSpeexEchoCancel@@[EMAIL PROTECTED]) 1>sipXmediaLib.lib(MprSpeexEchoCancel.obj)
: error LNK2019: unresolved external symbol _speex_echo_cancel referenced in
function "private: virtual int __thiscall
MprSpeexEchoCancel::doProcessFrame(class MpBufPtr * const,class MpBufPtr *
const,int,int,int,int,int)"
([EMAIL PROTECTED]@@EAEHQAVMpBufPtr@@[EMAIL PROTECTED]) I
can’t figure out where these should be defined. I also tried to disable
Speex support but I don’t know where HAVE_SPEEX is defined. Thanks
for your help. |
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
