diff options
author | Andrew Mahone <andrew.mahone@gmail.com> | 2008-12-26 07:05:13 +0000 |
---|---|---|
committer | Andrew Mahone <andrew.mahone@gmail.com> | 2008-12-26 07:05:13 +0000 |
commit | 9058620849c080a404fb156915856f9d0b06e71c (patch) | |
tree | 004590b20a5ea0fa6b099f5332af162896e44098 /apps/plugins/viewers.config | |
parent | f7fa7e5ad537415f1f75b3a9c1a58eb925e10d04 (diff) |
Make scaler output truly pluggable, add an 8-bit greyscale output to
pluginlib for use with greylib, and add source for a test scaled bmp
viewer using greylib.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewers.config')
-rw-r--r-- | apps/plugins/viewers.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/viewers.config b/apps/plugins/viewers.config index e2babf6134..2ec8fe9299 100644 --- a/apps/plugins/viewers.config +++ b/apps/plugins/viewers.config @@ -25,6 +25,7 @@ wav,viewers/mp3_encoder,- wav,viewers/wavplay,9 wav,viewers/wavview,10 wav,viewers/test_codec,- +bmp,viewers/test_greylib_bitmap_scale,- bmp,apps/rockpaint,11 bmp,games/sliding_puzzle,11 mpg,viewers/mpegplayer,4 |