mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix build without video.
This commit is contained in:
parent
b9e3c19ab7
commit
0700c02856
1 changed files with 2 additions and 0 deletions
|
|
@ -2687,6 +2687,7 @@ static void linphone_call_start_audio_stream(LinphoneCall *call, bool_t muted, b
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef VIDEO_ENABLED
|
||||
static RtpSession * create_video_rtp_io_session(LinphoneCall *call) {
|
||||
PayloadType *pt;
|
||||
LinphoneCore *lc = call->core;
|
||||
|
|
@ -2709,6 +2710,7 @@ static RtpSession * create_video_rtp_io_session(LinphoneCall *call) {
|
|||
}
|
||||
return rtp_session;
|
||||
}
|
||||
#endif
|
||||
|
||||
static void linphone_call_start_video_stream(LinphoneCall *call, bool_t all_inputs_muted){
|
||||
#ifdef VIDEO_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue