Changeset 4254 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_dump.c
- Timestamp:
- Sep 14, 2012 4:06:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_dump.c
r4085 r4254 213 213 214 214 /* Dump media session */ 215 #if PJSUA_MEDIA_HAS_PJMEDIA || \ 216 (PJSUA_THIRD_PARTY_STREAM_HAS_GET_INFO && \ 217 PJSUA_THIRD_PARTY_STREAM_HAS_GET_STAT) 218 215 219 static void dump_media_session(const char *indent, 216 220 char *buf, unsigned maxlen, … … 859 863 } 860 864 865 #else /* PJSUA_MEDIA_HAS_PJMEDIA || 866 (PJSUA_THIRD_PARTY_STREAM_HAS_GET_INFO && 867 PJSUA_THIRD_PARTY_STREAM_HAS_GET_STAT) */ 868 869 static void dump_media_session(const char *indent, 870 char *buf, unsigned maxlen, 871 pjsua_call *call) 872 { 873 PJ_UNUSED_ARG(indent); 874 PJ_UNUSED_ARG(buf); 875 PJ_UNUSED_ARG(maxlen); 876 PJ_UNUSED_ARG(call); 877 } 878 879 #endif /* PJSUA_MEDIA_HAS_PJMEDIA || 880 (PJSUA_THIRD_PARTY_STREAM_HAS_GET_INFO && 881 PJSUA_THIRD_PARTY_STREAM_HAS_GET_STAT) */ 882 861 883 862 884 /* Print call info */
Note: See TracChangeset
for help on using the changeset viewer.