mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
bad #ifdef
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@425 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
259ffd79a1
commit
feee3c183b
1 changed files with 2 additions and 2 deletions
|
|
@ -874,8 +874,10 @@ static void linphone_process_media_control_xml(LinphoneCore *lc, eXosip_event_t
|
|||
strstr(body->body,"picture_fast_update")){
|
||||
osip_message_t *ans=NULL;
|
||||
ms_message("Receiving VFU request !");
|
||||
#ifdef VIDEO_ENABLED
|
||||
if (lc->videostream)
|
||||
video_stream_send_vfu(lc->videostream);
|
||||
#endif
|
||||
eXosip_call_build_answer(ev->tid,200,&ans);
|
||||
if (ans)
|
||||
eXosip_call_send_answer(ev->tid,200,ans);
|
||||
|
|
@ -908,7 +910,6 @@ static void linphone_process_dtmf_relay(LinphoneCore *lc, eXosip_event_t *ev){
|
|||
}
|
||||
|
||||
void linphone_call_message_new(LinphoneCore *lc, eXosip_event_t *ev){
|
||||
#ifdef VIDEO_ENABLED
|
||||
if (ev->request){
|
||||
if (MSG_IS_INFO(ev->request)){
|
||||
osip_content_type_t *ct;
|
||||
|
|
@ -922,7 +923,6 @@ void linphone_call_message_new(LinphoneCore *lc, eXosip_event_t *ev){
|
|||
}
|
||||
}
|
||||
}else ms_warning("linphone_call_message_new: No request ?");
|
||||
#endif
|
||||
}
|
||||
|
||||
void linphone_registration_faillure(LinphoneCore *lc, eXosip_event_t *ev){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue