From b6b61539a15ac7b3b5094907668907aaa8f3f637 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Sat, 29 Jun 2019 01:10:29 +0400 Subject: [PATCH] FS-11895: [build] fix test build --- tests/unit/switch_vpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/switch_vpx.c b/tests/unit/switch_vpx.c index e62a084651..505b27f09a 100644 --- a/tests/unit/switch_vpx.c +++ b/tests/unit/switch_vpx.c @@ -23,7 +23,7 @@ FST_CORE_BEGIN("./conf") { switch_status_t status; switch_codec_t codec = { 0 }; - switch_codec_settings_t codec_settings = { 0 }; + switch_codec_settings_t codec_settings = {{ 0 }}; // switch_set_string(codec_settings.video.config_profile_name, "conference"); codec_settings.video.width = 1280;