Index: apps/recorder/bmp.h =================================================================== --- a/apps/recorder/bmp.h (revision 19381) +++ b/apps/recorder/bmp.h (working copy) @@ -170,8 +170,7 @@ static inline int get_fb_width(struct bi static inline int get_totalsize(struct bitmap *bm, bool remote) { int sz; -#if defined(HAVE_REMOTE_LCD) && \ - (LCD_REMOTE_DEPTH == 2) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) +#if defined(HAVE_REMOTE_LCD) if (remote) sz = sizeof(fb_remote_data); else