- Timestamp:
- Oct 11, 2009 4:55:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/g7221/common/config.h
r2731 r2937 5 5 6 6 /** 7 * Expand basic operation functions as inline. 7 * Expand all basic operation functions as inline. Even if this is set to 8 * zero, some critical functions would still be expanded as inline. Note 9 * also that enabling this may generate some warning messages about functions 10 * not being referenced (with gcc). 8 11 * 9 * Default: 1 (yes)12 * Default: 0 (no) 10 13 */ 11 14 #ifndef PJMEDIA_LIBG7221_FUNCS_INLINED 12 # define PJMEDIA_LIBG7221_FUNCS_INLINED 115 # define PJMEDIA_LIBG7221_FUNCS_INLINED 0 13 16 #endif 14 17
Note: See TracChangeset
for help on using the changeset viewer.