Changes between Version 13 and Version 14 of Intel_IPP_Codecs
- Timestamp:
- Sep 20, 2008 9:53:36 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Intel_IPP_Codecs
v13 v14 129 129 === Enable/Disable Individual IPP Codec === 130 130 131 Once IPP support is enabled, by default all IPP codecs are enabled. To disable parcular codecs , use the following constructs:131 Once IPP support is enabled, by default all IPP codecs are enabled. To disable parcular codecs '''at compile time''', use the following constructs: 132 132 133 133 {{{ … … 140 140 #define PJMEDIA_HAS_INTEL_IPP_CODEC_G722_1 0 141 141 }}} 142 143 You can also enable/disable the individual IPP codec at run-time by setting the particular codec priority to zero. 142 144 143 145 === Verifying Intel IPP Codecs Support ===