Ignore:
Timestamp:
Feb 18, 2008 12:16:23 PM (16 years ago)
Author:
bennylp
Message:

Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r1758 r1802  
    13251325 
    13261326    /* SRTP */ 
     1327#if PJMEDIA_HAS_SRTP 
    13271328    if (app_config.cfg.use_srtp != PJSUA_DEFAULT_USE_SRTP) { 
    13281329        pj_ansi_sprintf(line, "--use-srtp %d\n", 
     
    13371338        pj_strcat2(&cfg, line); 
    13381339    } 
    1339  
     1340#endif 
    13401341 
    13411342    /* Media */ 
Note: See TracChangeset for help on using the changeset viewer.