From f5038bc66041ba8a721cedb125cddc342a9a9e4b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Sep 2025 18:36:05 -0400 Subject: Fix FFmpeg decoder/demuxer deinit, misc cleanup 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 1dd5fa2..e8fbc41 100644 --- a/src/fruits/cmsrv/ui.c +++ b/src/fruits/cmsrv/ui.c @@ -118,6 +118,7 @@ static void erase_lists(struct cmsrv_ui *ui) if (n) ncplane_erase(n); } +#ifdef CAMU_HAVE_PORTAL static void putnwstr_maxwidth_yx(struct ncplane *n, u32 y, u32 x, u32 maxwidth, wstr *w) { ncplane_cursor_move_yx(n, y, x); @@ -126,6 +127,7 @@ static void putnwstr_maxwidth_yx(struct ncplane *n, u32 y, u32 x, u32 maxwidth, ncplane_putwc(n, al_wstr_at(w, i)); } } +#endif static void render_lists(struct cmsrv_ui *ui) { -- cgit v1.2.3-101-g0448