Changes between Version 24 and Version 25 of Intel_IPP_Codecs
- Timestamp:
- Feb 11, 2010 12:18:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v24 v25 202 202 203 203 The build process produces the following: 204 - (for IPP v5.3) '''{{{libusc.a}}}''' file somewhere under {{{speech-codecs/bin}}} directory.205 204 - (for IPP v6.x) '''{{{libspeech.a}}}''' file somewhere under {{{speech-codecs/_bin}}} directory, e.g. {{{ipp-samples/speech-codecs/_bin/osxem64t_icc111/lib}}} directory. 206 205 … … 224 223 For this tutorial, we'll use two environment variables to hold the location of IPP and IPP samples. 225 224 226 Sample configure session for Intel IPP 5.3 for IA32architecture:225 Sample configure session for Intel IPP 6.1 for em64t architecture: 227 226 {{{ 228 227 $ 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/ 238 229 $ export IPPSAMPLES=~/Desktop/opt/intel/ipp-samples 239 230 $ ./configure --enable-ipp --with-ipp=$IPPROOT --with-ipp-samples=$IPPSAMPLES --with-ipp-arch=em64t