mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix no video build
This commit is contained in:
parent
41e358f976
commit
4ecd0432cf
1 changed files with 2 additions and 0 deletions
|
|
@ -4897,8 +4897,10 @@ unsigned long linphone_core_get_native_video_window_id(const LinphoneCore *lc){
|
|||
|
||||
/* unsets the video id for all calls (indeed it may be kept by filters or videostream object itself by paused calls)*/
|
||||
static void unset_video_window_id(LinphoneCore *lc, bool_t preview, unsigned long id){
|
||||
#ifdef VIDEO_ENABLED
|
||||
LinphoneCall *call;
|
||||
MSList *elem;
|
||||
#endif
|
||||
|
||||
if (id!=0 && id!=-1) {
|
||||
ms_error("Invalid use of unset_video_window_id()");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue