Changeset 3678
- Timestamp:
- Jul 23, 2011 2:54:03 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/test/mips_test.c
r3664 r3678 1727 1727 return NULL; 1728 1728 1729 #if PJMEDIA_HAS_SRTP 1729 1730 if (srtp_enabled) { 1730 1731 pjmedia_srtp_setting opt; … … 1759 1760 sp->transport = srtp; 1760 1761 } 1762 #endif 1761 1763 1762 1764 /* Create stream */ -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r3667 r3678 1314 1314 } 1315 1315 #else 1316 call ->tp_orig = call->tp;1316 call_med->tp_orig = call_med->tp; 1317 1317 PJ_UNUSED_ARG(security_level); 1318 1318 #endif
Note: See TracChangeset
for help on using the changeset viewer.