Changes between Version 15 and Version 16 of Intel_IPP_Codecs
- Timestamp:
- Nov 5, 2008 9:11:57 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v15 v16 210 210 }}} 211 211 1. Add {{{C:\Program Files\Intel\IPP\5.3.3.082\ia32\lib}}} to the VS library path 212 1. Include the following libraries 212 1. Include the following libraries in the application project setting: 213 213 {{{ 214 214 ippsmerged.lib ippsemerged.lib ippscmerged.lib ippscemerged.lib ippsrmerged.lib ippsremerged.lib ippcorel.lib usc.lib 215 215 }}} 216 in the application project setting.217 216 1. Insert IPP static initialization function, i.e: {{{ippStaticInit()}}} declared in {{{ippcore.h}}}, into the startup point of the application, e.g: 218 217 {{{