Ignore:
Timestamp:
Jan 23, 2008 8:39:07 PM (16 years ago)
Author:
bennylp
Message:

Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r1715 r1735  
    485485 
    486486 
     487/** 
     488 * SRTP Transport 
     489 * By default it is enabled. 
     490 */ 
     491#ifndef PJMEDIA_HAS_SRTP 
     492#   define PJMEDIA_HAS_SRTP                         1 
     493#endif 
     494 
    487495 
    488496/** 
Note: See TracChangeset for help on using the changeset viewer.