Changes between Version 39 and Version 40 of Intel_IPP_Codecs
- Timestamp:
- Mar 18, 2011 8:22:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v39 v40 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 - Intel IPP '''version 7.0 Update 2''', tested on Windows and Linux. Note this requires PJSIP version 1.10 or later (ticket #1200). 37 37 38 38 … … 194 194 $ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES --with-ipp-arch=em64t 195 195 }}} 196 197 Sample 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 }}} 196 204 197 205 Note 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.