Changes between Version 36 and Version 37 of Intel_IPP_Codecs


Ignore:
Timestamp:
Aug 17, 2010 2:42:46 PM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v36 v37  
    271271      _ipp_codec in libpjmedia-codec-i386-apple-darwin9.8.0.a(ipp_codecs.o) 
    272272  ... 
     273 }}} 
     274 or 
     275 {{{ 
     276Undefined symbols: 
     277  "___svml_cosf4", referenced from: 
     278      _ownCOS_G729_32f in libspeech.a(owng729fp.o) 
     279      _ownCOS_G729_32f in libspeech.a(owng729fp.o) 
     280      _ownCOS_G729_32f in libspeech.a(owng729fp.o) 
     281      _ownCOS_G729_32f in libspeech.a(owng729fp.o) 
     282  "__intel_fast_memcpy", referenced from: 
     283      _apiG729FPEncode in libspeech.a(encg729fp.o) 
     284      _apiG729FPEncode in libspeech.a(encg729fp.o) 
     285      _UpdateExcitationSignal in libspeech.a(consealg728.o) 
     286      _BandwidthExpansionModul in libspeech.a(adapters.o) 
     287  "__intel_fast_memset", referenced from: 
     288      _apiG722Decoder_Init in libspeech.a(g722api.o) 
     289      _apiG722Encoder_Init in libspeech.a(g722api.o) 
     290      _CodewordImpConv_G729_32f in libspeech.a(owng729fp.o) 
     291      _FixedCodebookSearch_G723_16s in libspeech.a(owng723.o) 
     292  "___svml_acosf4", referenced from: 
     293      _ownACOS_G729_32f in libspeech.a(owng729fp.o) 
     294      _ownACOS_G729_32f in libspeech.a(owng729fp.o) 
     295      _ownACOS_G729_32f in libspeech.a(owng729fp.o) 
     296      _ownACOS_G729_32f in libspeech.a(owng729fp.o) 
     297ld: symbol(s) not found 
     298collect2: ld returned 1 exit status 
     299make[2]: *** [../bin/pjsua-i386-apple-darwin10.3.0] Error 1 
     300make[1]: *** [pjsua] Error 2 
    273301 }}} 
    274302 That's probably because the IPP samples were compiled with Intel compiler and not gcc. See ''Building IPP samples'' above.