mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
Fix unused variable with disabled video
This commit is contained in:
parent
a4cfc69c95
commit
8815f986bb
2 changed files with 3 additions and 2 deletions
|
|
@ -773,8 +773,9 @@ static void video_config_read(LinphoneCore *lc){
|
|||
int capture, display, self_view;
|
||||
#endif
|
||||
const char *str;
|
||||
#ifdef VIDEO_ENABLED
|
||||
LinphoneVideoPolicy vpol;
|
||||
|
||||
#endif
|
||||
build_video_devices_table(lc);
|
||||
|
||||
str=lp_config_get_string(lc->config,"video","device",NULL);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 14187df4b75733457792b9b1f1dab6cbf852b45b
|
||||
Subproject commit df295558fd536483b0ac16d8bfde76cc8dad1c9a
|
||||
Loading…
Add table
Reference in a new issue