diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-08 08:32:05 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-08 08:32:05 +0000 |
| commit | 32d9752dcc73fd1aaa81d484c3d426ca7856b146 (patch) | |
| tree | 351499c76bab38095468ea1ce2d9d64e4aabdb05 /apps/plugins/lib/SOURCES | |
| parent | c7e83bd017e00694aecc720cf4f74ee4440eb17c (diff) | |
| download | rockbox-32d9752dcc73fd1aaa81d484c3d426ca7856b146.zip rockbox-32d9752dcc73fd1aaa81d484c3d426ca7856b146.tar.gz rockbox-32d9752dcc73fd1aaa81d484c3d426ca7856b146.tar.bz2 rockbox-32d9752dcc73fd1aaa81d484c3d426ca7856b146.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
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 |