mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix unused warning with LinphoneVideoPolicy
This commit is contained in:
parent
bdaa5ae91a
commit
f14bd7a954
1 changed files with 1 additions and 0 deletions
|
|
@ -830,6 +830,7 @@ static void video_config_read(LinphoneCore *lc){
|
|||
const char *str;
|
||||
#ifdef VIDEO_ENABLED
|
||||
LinphoneVideoPolicy vpol;
|
||||
memset(&vpol, 0, sizeof(LinphoneVideoPolicy));
|
||||
#endif
|
||||
build_video_devices_table(lc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue