repo.or.cz
/
maemo-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add proper svn:mime-type
[maemo-rb.git]
/
apps
/
plugins
/
SUBDIRS.app_build
blob
dbf4382b6208026011c67728522ced0621108b50
1
/* For all targets with a bitmap display */
2
#ifdef HAVE_LCD_BITMAP
3
4
#ifdef HAVE_TAGCACHE
5
pictureflow
6
#endif
7
8
#endif /* HAVE_LCD_BITMAP */
9
10
/* For all the swcodec targets */
11
#if CONFIG_CODEC == SWCODEC
12
13
#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
14
mikmod
15
#endif
16
17
#endif /* CONFIG_CODEC == SWCODEC */