FS-11895: [build] fix test build

This commit is contained in:
Mike Jerris 2019-06-27 15:55:46 -04:00
parent 8e129b913d
commit 25192d7d24
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ FST_CORE_BEGIN("conf")
switch_size_t len = SAMPLES;
uint32_t flags = SWITCH_FILE_FLAG_WRITE | SWITCH_FILE_DATA_SHORT | SWITCH_FILE_FLAG_VIDEO;
int i = 0;
switch_image_t *ccimg;
fst_requires(img);
@ -68,7 +69,7 @@ FST_CORE_BEGIN("conf")
status = switch_core_file_write_video(&fh, &frame);
fst_check(status == SWITCH_STATUS_SUCCESS);
switch_image_t *ccimg = switch_img_read_png("./cluecon.png", SWITCH_IMG_FMT_ARGB);
ccimg = switch_img_read_png("./cluecon.png", SWITCH_IMG_FMT_ARGB);
fst_requires(ccimg);
switch_rgb_color_t color = {0};