From ce955da36daa278d5b331b3c97e228e733a5125e Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Sep 2025 13:54:36 -0400 Subject: Major FFmpeg build improvements - Make build more compatible with a traditional linux environment. Signed-off-by: Andrew Opalach --- src/fruits/cmsrv/ui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fruits/cmsrv') diff --git a/src/fruits/cmsrv/ui.c b/src/fruits/cmsrv/ui.c index 4f1ece4..1dd5fa2 100644 --- a/src/fruits/cmsrv/ui.c +++ b/src/fruits/cmsrv/ui.c @@ -158,9 +158,11 @@ static void render_lists(struct cmsrv_ui *ui) if (resource->type == CAMU_RESOURCE_PORTAL) { putnwstr_maxwidth_yx(n, y, x, max_width - x, &resource->post->title); } else { +#endif char *c_str = al_str_to_c_str(&entry->brief); ncplane_putstr_yx(n, y, x, c_str); al_free(c_str); +#ifdef CAMU_HAVE_PORTAL } #endif if (++current_line >= max_height) break; -- cgit v1.2.3-101-g0448