Ignore:
Timestamp:
Jul 20, 2011 3:05:03 AM (13 years ago)
Author:
nanang
Message:

Re #1324:

  • Changed default value of PJMEDIA_HAS_VIDEO to disabled.
  • Fixed code and build setting on Symbian for build correctness, it builds fine now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/symbian_ua/ua.cpp

    r3553 r3671  
    503503    pjsua_acc_add_local(tid, PJ_TRUE, &g_acc_id); 
    504504 
     505#if DISABLED_FOR_TICKET_1185 
    505506    /* Create media transports */ 
    506507    pjsua_transport_config mtcfg; 
     
    514515        return status; 
    515516    } 
     517#endif 
    516518     
    517519    /* Initialization is done, now start pjsua */ 
Note: See TracChangeset for help on using the changeset viewer.