Changeset 909 for pjproject/trunk/pjmedia/include/pjmedia-codec
- Timestamp:
- Jan 27, 2007 5:44:13 PM (18 years ago)
- Location:
- pjproject/trunk/pjmedia/include/pjmedia-codec
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/config.h
r637 r909 22 22 #include <pjmedia/types.h> 23 23 24 /* 25 * Include config_auto.h if autoconf is used (PJ_AUTOCONF is set) 26 */ 27 #if defined(PJ_AUTOCONF) 28 # include <pjmedia-codec/config_auto.h> 29 #endif 24 30 25 31 /** … … 57 63 58 64 #endif /* __PJMEDIA_CODEC_CONFIG_H__ */ 65
Note: See TracChangeset
for help on using the changeset viewer.