Ignore:
Timestamp:
Oct 4, 2011 2:09:24 PM (13 years ago)
Author:
bennylp
Message:

Fixed link error in pjsua due to r3785 (Misc, re #1370)

File:
1 edited

Legend:

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

    r3785 r3789  
    27682768static void arrange_window(pjsua_vid_win_id wid) 
    27692769{ 
     2770#if PJSUA_HAS_VIDEO 
    27702771    pjmedia_coord pos; 
    27712772    int i, last; 
     
    27912792    if (wid != PJSUA_INVALID_ID) 
    27922793        pjsua_vid_win_set_pos(wid, &pos); 
     2794#else 
     2795    PJ_UNUSED_ARG(wid); 
     2796#endif 
    27932797} 
    27942798 
Note: See TracChangeset for help on using the changeset viewer.