summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.h')
-rw-r--r--apps/recorder/bmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h
index 6437e42d26..c6a34dfd94 100644
--- a/apps/recorder/bmp.h
+++ b/apps/recorder/bmp.h
@@ -212,7 +212,7 @@ int read_bmp_fd(int fd,
212 int format, 212 int format,
213 const struct custom_format *cformat); 213 const struct custom_format *cformat);
214 214
215#if LCD_DEPTH > 1 215#if LCD_DEPTH > 1 && (defined(PLUGIN) || defined(HAVE_BMP_SCALING) || defined(HAVE_JPEG))
216void output_row_8_native(uint32_t row, void * row_in, 216void output_row_8_native(uint32_t row, void * row_in,
217 struct scaler_context *ctx); 217 struct scaler_context *ctx);
218#endif 218#endif