Changeset 1859 for pjproject/trunk/pjmedia/include/pjmedia/config.h
- Timestamp:
- Mar 11, 2008 8:50:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r1813 r1859 486 486 487 487 /** 488 * Enable high quality of tone generation, the better quality will cost 489 * more CPU load. This is only applied to floating point enabled machines. 490 * 491 * By default it is enabled. 492 */ 493 #ifndef PJMEDIA_USE_HIGH_QUALITY_TONEGEN 494 # define PJMEDIA_USE_HIGH_QUALITY_TONEGEN 1 495 #endif 496 497 498 /** 488 499 * Enable support for SRTP media transport. This will require linking 489 500 * with libsrtp from the third_party directory.
Note: See TracChangeset
for help on using the changeset viewer.