mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Fix build error when video support is disabled
This commit is contained in:
parent
e535326174
commit
510869445b
1 changed files with 2 additions and 1 deletions
|
|
@ -1889,7 +1889,6 @@ static void outgoing_reinvite_with_invalid_ack_sdp(void) {
|
|||
linphone_core_manager_destroy(caller);
|
||||
}
|
||||
|
||||
#endif
|
||||
static void video_call_with_no_audio_and_no_video_codec(void){
|
||||
LinphoneCoreManager* callee = linphone_core_manager_new("marie_rc");
|
||||
LinphoneCoreManager* caller = linphone_core_manager_new(transport_supported(LinphoneTransportTcp) ? "pauline_rc" : "pauline_tcp_rc");
|
||||
|
|
@ -2156,6 +2155,8 @@ static void video_call_expected_fps_for_high_bandwidth(void) {
|
|||
#endif
|
||||
}
|
||||
|
||||
#endif // VIDEO_ENABLED
|
||||
|
||||
test_t call_video_tests[] = {
|
||||
#ifdef VIDEO_ENABLED
|
||||
TEST_NO_TAG("Call paused resumed with video", call_paused_resumed_with_video),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue