mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
Fixing compilation problem
-video_call_avpf : enables avpf and tests video -video_call : video call without avpf
This commit is contained in:
parent
3995ab275d
commit
2295b9e568
1 changed files with 2 additions and 2 deletions
|
|
@ -5698,8 +5698,8 @@ test_t call_tests[] = {
|
|||
{ "Call with mkv file player", call_with_mkv_file_player},
|
||||
{ "Audio call with ICE no matching audio codecs", audio_call_with_ice_no_matching_audio_codecs },
|
||||
#ifdef VIDEO_ENABLED
|
||||
{ "Simple video call",video_call_avpf},
|
||||
//{ "Simple video call",video_call},
|
||||
{ "Simple video call AVPF",video_call_avpf},
|
||||
{ "Simple video call",video_call},
|
||||
{ "Simple ZRTP video call",video_call_zrtp},
|
||||
{ "Simple DTLS video call",video_call_dtls},
|
||||
{ "Simple video call using policy",video_call_using_policy},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue