Changes between Version 13 and Version 14 of Intel_IPP_Codecs


Ignore:
Timestamp:
Sep 20, 2008 9:53:36 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Intel_IPP_Codecs

    v13 v14  
    129129=== Enable/Disable Individual IPP Codec === 
    130130 
    131 Once IPP support is enabled, by default all IPP codecs are enabled. To disable parcular codecs, use the following constructs: 
     131Once IPP support is enabled, by default all IPP codecs are enabled. To disable parcular codecs '''at compile time''', use the following constructs: 
    132132 
    133133 {{{ 
     
    140140#define PJMEDIA_HAS_INTEL_IPP_CODEC_G722_1  0 
    141141 }}} 
     142 
     143You can also enable/disable the individual IPP codec at run-time by setting the particular codec priority to zero. 
    142144 
    143145=== Verifying Intel IPP Codecs Support ===