diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-01-22 12:11:10 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-01-22 12:11:10 +0000 |
| commit | 8b4ecfaa4db046065938ef1d137f78aea70bb7ec (patch) | |
| tree | 36dab150bde79503416ff7b236f70ac71a63a77a /apps | |
| parent | 2df3f38da69c96a41a8262a4953d162a8caf1077 (diff) | |
| download | rockbox-8b4ecfaa4db046065938ef1d137f78aea70bb7ec.zip rockbox-8b4ecfaa4db046065938ef1d137f78aea70bb7ec.tar.gz rockbox-8b4ecfaa4db046065938ef1d137f78aea70bb7ec.tar.bz2 rockbox-8b4ecfaa4db046065938ef1d137f78aea70bb7ec.tar.xz | |
Oops. Only build mpegplayer bitmaps for SWCODEC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16141 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index bc75c3a..6c9dfcf 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -38,10 +38,12 @@ flipit_cursor.16x13x1.bmp #endif #endif +#if CONFIG_CODEC == SWCODEC /* MPEGplayer */ mpegplayer_status_icons_8x8x1.bmp mpegplayer_status_icons_12x12x1.bmp mpegplayer_status_icons_16x16x1.bmp +#endif #if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16 superdom_boarditems.160x128x1.bmp |