Changes between Version 24 and Version 25 of Intel_IPP_Codecs


Ignore:
Timestamp:
Feb 11, 2010 12:18:33 PM (14 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v24 v25  
    202202 
    203203The build process produces the following: 
    204  - (for IPP v5.3) '''{{{libusc.a}}}''' file somewhere under {{{speech-codecs/bin}}} directory.  
    205204 - (for IPP v6.x) '''{{{libspeech.a}}}''' file somewhere under {{{speech-codecs/_bin}}} directory, e.g. {{{ipp-samples/speech-codecs/_bin/osxem64t_icc111/lib}}} directory.  
    206205 
     
    224223For this tutorial, we'll use two environment variables to hold the location of IPP and IPP samples.  
    225224 
    226 Sample configure session for Intel IPP 5.3 for IA32 architecture: 
     225Sample configure session for Intel IPP 6.1 for em64t architecture: 
    227226 {{{ 
    228227$ cd /your/pjproject/directory 
    229 $ export IPPROOT=/opt/intel/ipp/5.3.1.062/ia32/ 
    230 $ export IPPSAMPLES=~/Desktop/ipp-samples 
    231 $ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES 
    232  }}} 
    233  
    234 Sample configure session for Intel IPP 6.1 for em64t architecture: 
    235  {{{ 
    236 $ cd /your/pjproject/directory 
    237 $ export IPPROOT=/opt/intel/ipp/6.1.2.051/em64t/ 
     228$ export IPPROOT=/Library/Frameworks/Intel_IPP.framework/Versions/Current/ 
    238229$ export IPPSAMPLES=~/Desktop/opt/intel/ipp-samples 
    239230$ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES --with-ipp-arch=em64t