From 510869445be34c3bb04b0c51214d53af5c10f337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 3 Nov 2017 15:40:40 +0100 Subject: [PATCH] Fix build error when video support is disabled --- tester/call_video_tester.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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),