Dear all, I'm interested in using G729 with PJSip on a WinCE Pocket PC. For this reason, I downloaded IPP and successfully built it for wincex86. I followed the instructions posted on http://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs and I took the following steps: The platform is Pocket PC 2003, Win32 (WCE ARMV4) I added C:\Program Files\Intel\IPP\5.3.3.082\ia32\include and C:\ipp-samples\speech-codecs\core\usc\include to the Include path. I added C:\Program Files\Intel\IPP\5.3.3.082\ia32\lib & C:\Program Files\Intel\IPP\5.3.3.082\ia32\stublib & C:\IPP-SAMPLES\SPEECH-CODECS\BIN\WCEX86_\LIB to the Library path. I added ippsmerged.lib ippsemerged.lib ippscmerged.lib ippscemerged.lib ippsrmerged.lib ippsremerged.lib ippcorel.lib usc.lib to the project settings The config_site.h contains the following 3 lines: #include <pj/config_site_sample.h> #define PJMEDIA_HAS_INTEL_IPP 1 #define PJMEDIA_AUTO_LINK_IPP_LIBS 0 However when I tried to build the project, I got the following 2 linking errors: error LNK2019: unresolved external symbol pjmedia_codec_ipp_init referenced in function pjsua_media_subsys_init pjsua_lib_wince.lib error LNK2019: unresolved external symbol pjmedia_codec_ipp_deinit referenced in function pjsua_media_subsys_destroy pjsua_lib_wince.lib What might be wrong? Is there any missing step for WinCE that is not mentioned in http://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs? Did anyone ran into a similar problem and succeed to overcome it? Regards. Note that I successfuly built it for WinCE without the IPP codecs. _________________________________________________________________ Windows Live?: E-mail. Chat. Share. Get more ways to connect. http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t2_allup_howitworks_012009 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090201/07bc64ec/attachment.html>