Hi, Please check/try to add file ipp_codecs.c to pjmedia_codec project (by default, it is excluded from eVC projects). Please note that, the IPP codecs is currently only tested on Win & Linux desktops. So if you get it works, it would be great if you let us all know. Regards, nanang On Mon, Feb 2, 2009 at 3:04 AM, Elias AC <ace__1981 at hotmail.com> wrote: > 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. See how it > works. > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >