Changeset 909 for pjproject/trunk/pjmedia/include/pjmedia/config.h
- Timestamp:
- Jan 27, 2007 5:44:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r899 r909 37 37 * @{ 38 38 */ 39 40 /* 41 * Include config_auto.h if autoconf is used (PJ_AUTOCONF is set) 42 */ 43 #if defined(PJ_AUTOCONF) 44 # include <pjmedia/config_auto.h> 45 #endif 39 46 40 47 /* … … 92 99 /** 93 100 * Unless specified otherwise, G711 codec is included by default. 94 * Note that there are parts of G711 codec (such as linear2ulaw) that are95 * needed by other PJMEDIA components (e.g. silence detector, conference).96 * Thus disabling G711 is generally not a good idea.97 101 */ 98 102 #ifndef PJMEDIA_HAS_G711_CODEC
Note: See TracChangeset
for help on using the changeset viewer.