mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix compilation problems without video
This commit is contained in:
parent
0ec655d063
commit
c18cff36d5
2 changed files with 2 additions and 2 deletions
|
|
@ -438,8 +438,8 @@ static void register_failure(SalOp *op, SalError error, SalReason reason, const
|
|||
}
|
||||
|
||||
static void vfu_request(SalOp *op){
|
||||
LinphoneCall *call=(LinphoneCall*)sal_op_get_user_pointer (op);
|
||||
#ifdef VIDEO_ENABLED
|
||||
LinphoneCall *call=(LinphoneCall*)sal_op_get_user_pointer (op);
|
||||
if (call==NULL){
|
||||
ms_warning("VFU request but no call !");
|
||||
return ;
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ void linphone_call_init_media_streams(LinphoneCall *call){
|
|||
#endif
|
||||
}
|
||||
#else
|
||||
lc->videostream=NULL;
|
||||
call->videostream=NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue