Ignore:
Timestamp:
Apr 26, 2012 3:39:24 AM (13 years ago)
Author:
ming
Message:

Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r4071 r4087  
    26552655                                          const pj_str_t *xml_st) 
    26562656{ 
     2657#if PJMEDIA_HAS_VIDEO 
    26572658    pjsua_call *call = &pjsua_var.calls[call_id]; 
    26582659    const pj_str_t PICT_FAST_UPDATE = {"picture_fast_update", 19}; 
    26592660 
    2660 #if PJMEDIA_HAS_VIDEO 
    26612661    if (pj_strstr(xml_st, &PICT_FAST_UPDATE)) { 
    26622662        unsigned i; 
     
    26772677 
    26782678    /* Just to avoid compiler warning of unused var */ 
     2679    PJ_UNUSED_ARG(call_id); 
    26792680    PJ_UNUSED_ARG(xml_st); 
    26802681 
Note: See TracChangeset for help on using the changeset viewer.