From: Andrey Volk Date: Fri, 28 Jun 2019 21:10:29 +0000 (+0400) Subject: FS-11895: [build] fix test build X-Git-Tag: v1.10.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b61539a15ac7b3b5094907668907aaa8f3f637;p=thirdparty%2Ffreeswitch.git FS-11895: [build] fix test build --- 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;