Changes between Version 37 and Version 38 of Intel_IPP_Codecs
- Timestamp:
- Feb 22, 2011 7:22:25 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v37 v38 34 34 - Intel IPP '''version 5.3 Update 3''', tested on Windows and Linux 35 35 - 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 36 37 37 38 … … 85 86 The build process produces the following: 86 87 - (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. 88 89 89 90 If you have any problems with installing and/or building the IPP or IPP samples, please read the IPP documentation or contact Intel for support. … … 97 98 - {{{C:\Program Files\Intel\IPP\5.3.3.082\ia32\lib}}} 98 99 - {{{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}}} 99 101 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}}}: 100 102 - add to the include path: 101 103 - {{{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): 103 105 - {{{C:\ipp-samples\speech-codecs\bin\win32_cl9\lib}}} 104 106 … … 126 128 127 129 IPP 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 134 There may be '''link errors''' something like the following: 135 {{{ 136 ipps_t.lib: fatal error LNK1103: debugging information corrupt; recompile module 137 }}} 138 139 This is a compatibility issue of VS2005, check and install this [http://support.microsoft.com/kb/949009/en-us/ VS2005 hotfix]. 128 140 129 141 [[BR]]