Changes between Version 15 and Version 16 of Intel_IPP_Codecs


Ignore:
Timestamp:
Nov 5, 2008 9:11:57 PM (15 years ago)
Author:
nanang
Comment:

Added a detail example on IPP static linking for Windows

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v15 v16  
    210210    }}} 
    211211 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: 
    213213    {{{ 
    214214ippsmerged.lib ippsemerged.lib ippscmerged.lib ippscemerged.lib ippsrmerged.lib ippsremerged.lib ippcorel.lib usc.lib 
    215215    }}}  
    216     in the application project setting. 
    217216 1. Insert IPP static initialization function, i.e: {{{ippStaticInit()}}} declared in {{{ippcore.h}}}, into the startup point of the application, e.g: 
    218217    {{{