Changes between Version 31 and Version 32 of Intel_IPP_Codecs


Ignore:
Timestamp:
Feb 12, 2010 7:25:29 PM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v31 v32  
    244244Note that you still need to enable IPP support in your {{{config_site.h}}} in order to use the IPP features. This will be explained in the next section. 
    245245 
     246==== Issues and solutions==== 
     247 
     248 1. Link or run-time error: "file not found: libiomp5.dylib", or run-time error: 
     249 {{{ 
     250dyld: Library not loaded: libiomp5.dylib 
     251Referenced from: /opt/intel/Compiler/11.1/076/Frameworks/mkl/lib/em64t/libmkl_intel_thread.dylib 
     252Reason: image not found 
     253Trace/BPT trap 
     254 }}} 
     255 Please see this article for solution: http://software.intel.com/en-us/articles/xcode-link-error-file-not-found-libiomp5dylib/ [[BR]] 
     256 1. Link error:  
     257 {{{ 
     258Undefined symbols: 
     259  "_USC_G728_Fxns", referenced from: 
     260      _ipp_codec in libpjmedia-codec-i386-apple-darwin9.8.0.a(ipp_codecs.o) 
     261  "_USC_G729AFP_Fxns", referenced from: 
     262      _ipp_codec in libpjmedia-codec-i386-apple-darwin9.8.0.a(ipp_codecs.o) 
     263  "_USC_AMRWB_Fxns", referenced from: 
     264      _ipp_codec in libpjmedia-codec-i386-apple-darwin9.8.0.a(ipp_codecs.o) 
     265  ... 
     266 }}} 
     267 That's probably because the IPP samples were compiled with Intel compiler and not gcc. See ''Building IPP samples'' above. 
     268 
     269     
    246270 
    247271[[BR]] 
     
    433457Negotiation of various AMR options in SDP is currently not supported. The AMR mode is locked to bandwidth-optimized, and when AMR with octet-aligned packet is received, the behavior is undefined. 
    434458 
    435 === MacOS X Support === 
    436  
    437 Although IPP is said to be supported for MacOS X (Intel), we don't know yet how to configure this support. 
    438  
    439459=== Visual Studio 6 Support === 
    440460