Changes between Version 39 and Version 40 of Intel_IPP_Codecs


Ignore:
Timestamp:
Mar 18, 2011 8:22:49 AM (13 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v39 v40  
    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 
     36 - Intel IPP '''version 7.0 Update 2''', tested on Windows and Linux. Note this requires PJSIP version 1.10 or later (ticket #1200). 
    3737 
    3838 
     
    194194$ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES --with-ipp-arch=em64t 
    195195 }}} 
     196 
     197Sample configure session for Intel IPP 7.0 for Linux64 architecture: 
     198{{{ 
     199$ cd /your/pjproject/directory 
     200$ export IPPROOT=~/Desktop/opt/intel/composerxe-2011.2.137/ipp 
     201$ export IPPSAMPLES=~/Desktop/opt/intel/ipp-samples 
     202$ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES 
     203}}} 
    196204 
    197205Note that you still need to enable IPP support in your {{{config_site.h}}} in order to use the IPP features. This will be explained in the next section.