mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
Fix compil of tester for android
This commit is contained in:
parent
ce7a483183
commit
62365a4119
1 changed files with 2 additions and 0 deletions
|
|
@ -1286,6 +1286,7 @@ static void call_base(LinphoneMediaEncryption mode, bool_t enable_video,bool_t e
|
|||
|
||||
if (policy == LinphonePolicyUseIce)
|
||||
CU_ASSERT_TRUE(check_ice(pauline,marie,LinphoneIceStateHostConnection));
|
||||
#ifdef VIDEO_ENABLED
|
||||
if (enable_video) {
|
||||
if (linphone_core_video_supported(marie->lc)) {
|
||||
for (i=0;i<100;i++) { /*fixme to workaround a crash*/
|
||||
|
|
@ -1306,6 +1307,7 @@ static void call_base(LinphoneMediaEncryption mode, bool_t enable_video,bool_t e
|
|||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*just to sleep*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue