From 32d9752dcc73fd1aaa81d484c3d426ca7856b146 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Thu, 8 Jan 2009 08:32:05 +0000 Subject: remove unneeded LCD_DEPTH test in lib/resize.h, add some comments explaining the core-file imports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19715 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index b28878c..b55fea0 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -4,6 +4,10 @@ fixedpoint.c playback_control.c rgb_hsv.c #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) +/* + The scaler is not provided in core on mono targets, but is built in + pluginlib for use with greylib overlay output +*/ #if LCD_DEPTH == 1 resize.c #endif -- cgit v1.1