Changeset 422:5d97dc42efbe in mediastreamer2


Ignore:
Timestamp:
Apr 22, 2009 10:55:50 AM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

bad #ifdef

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@425 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/exevents.c

    r419 r422  
    875875                osip_message_t *ans=NULL; 
    876876                ms_message("Receiving VFU request !"); 
     877#ifdef VIDEO_ENABLED 
    877878                if (lc->videostream) 
    878879                        video_stream_send_vfu(lc->videostream); 
     880#endif 
    879881                eXosip_call_build_answer(ev->tid,200,&ans); 
    880882                if (ans) 
     
    909911 
    910912void linphone_call_message_new(LinphoneCore *lc, eXosip_event_t *ev){ 
    911 #ifdef VIDEO_ENABLED 
    912913        if (ev->request){ 
    913914                if (MSG_IS_INFO(ev->request)){ 
     
    923924                } 
    924925        }else ms_warning("linphone_call_message_new: No request ?"); 
    925 #endif 
    926926} 
    927927 
Note: See TracChangeset for help on using the changeset viewer.