Changeset 911 for pjproject/trunk/pjsip-apps/src/samples/streamutil.c
- Timestamp:
- Jan 27, 2007 6:31:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/streamutil.c
r856 r911 86 86 { 87 87 pj_status_t status; 88 89 /* To suppress warning about unused var when all codecs are disabled */ 90 PJ_UNUSED_ARG(status); 88 91 89 92 #if defined(PJMEDIA_HAS_G711_CODEC) && PJMEDIA_HAS_G711_CODEC!=0
Note: See TracChangeset
for help on using the changeset viewer.