Fix build error when video support is disabled

(cherry picked from commit 510869445b)
This commit is contained in:
François Grisez 2017-11-03 15:40:40 +01:00
parent 2e26e0bab4
commit 370b96225f

View file

@ -1894,7 +1894,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");
@ -2163,6 +2162,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),