diff --git a/tester/call_video_tester.c b/tester/call_video_tester.c index 77ad9fd6c..c77474239 100644 --- a/tester/call_video_tester.c +++ b/tester/call_video_tester.c @@ -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),