Changes between Version 37 and Version 38 of Intel_IPP_Codecs


Ignore:
Timestamp:
Feb 22, 2011 7:22:25 AM (13 years ago)
Author:
nanang
Comment:

Added info for building IPP v7.0 update 2 on windows

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v37 v38  
    3434 - Intel IPP '''version 5.3 Update 3''', tested on Windows and Linux 
    3535 - Intel IPP '''version 6.1''', tested on Windows, Linux, and Mac OS X. Note that this requires PJSIP version 1.6 or later. 
     36 - Intel IPP '''version 7.0 Update 2''', tested on Windows 
    3637 
    3738 
     
    8586The build process produces the following: 
    8687 - (for IPP v5.3) '''{{{usc.lib}}}''' file somewhere under {{{speech-codecs\bin}}} directory, e.g. {{{ipp-samples\speech-codecs\bin\win32_cl9\lib}}} directory.  
    87  - (for IPP v6.x) '''{{{speech.lib}}}''' file somewhere under {{{speech-codecs\_bin}}} directory, e.g. {{{ipp-samples\speech-codecs\_bin\win32_cl9\lib}}} directory.  
     88 - (for IPP v6.x or above) '''{{{speech.lib}}}''' file somewhere under {{{speech-codecs\_bin}}} directory, e.g. {{{ipp-samples\speech-codecs\_bin\win32_cl9\lib}}} directory.  
    8889 
    8990If you have any problems with installing and/or building the IPP or IPP samples, please read the IPP documentation or contact Intel for support. 
     
    9798             - {{{C:\Program Files\Intel\IPP\5.3.3.082\ia32\lib}}} 
    9899             - {{{C:\Program Files\Intel\IPP\5.3.3.082\ia32\stublib}}} 
     100       - for IPP v7.x, also add Intel compiler library path {{{C:\Program Files\Intel\ComposerXE-2011\compiler\lib\ia32}}} 
    99101 1. Add Intel IPP samples include and library path to Visual Studio paths. For example, if Intel IPP samples are located in {{{C:\ipp-samples}}}: 
    100102    - add to the include path: 
    101103           - {{{C:\ipp-samples\speech-codecs\core\usc\include}}} 
    102     - add to the library path (please replace {{{win32_cl9}}} with the actual directory name where the file '''{{{usc.lib}}}''' is found (or '''{{{speech.lib}}}''' for IPP 6.x). Please see the IPP build instructions above): 
     104    - add to the library path (please replace {{{win32_cl9}}} with the actual directory name where the file '''{{{usc.lib}}}''' is found (or '''{{{speech.lib}}}''' for IPP 6.x or above). Please see the IPP build instructions above): 
    103105           - {{{C:\ipp-samples\speech-codecs\bin\win32_cl9\lib}}} 
    104106 
     
    126128 
    127129IPP samples application ({{{*.exe}}}) may not build successfully, however {{{speech.lib}}} will be built successfully and linkable with any CRT linkage types. 
     130 
     131 
     132==== Issues with building Intel IPP 7.0 on Visual C++ 2005 ==== 
     133 
     134There may be '''link errors''' something like the following: 
     135{{{ 
     136ipps_t.lib: fatal error LNK1103: debugging information corrupt; recompile module 
     137}}} 
     138 
     139This is a compatibility issue of VS2005, check and install this [http://support.microsoft.com/kb/949009/en-us/ VS2005 hotfix]. 
    128140 
    129141[[BR]]