rockbox/apps/SOURCES
Jens Arnold d6c054575b Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657
2005-08-29 21:15:27 +00:00

61 lines
818 B
Text

#ifdef ROCKBOX_HAS_LOGF
logfdisp.c
#endif
alarm_menu.c
abrepeat.c
bookmark.c
credits.c
debug_menu.c
filetypes.c
language.c
main.c
main_menu.c
menu.c
misc.c
onplay.c
playlist.c
playlist_menu.c
playlist_viewer.c
plugin.c
screens.c
settings.c
settings_menu.c
sleeptimer.c
sound_menu.c
status.c
#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
talk.c
#endif
tree.c
dbtree.c
database.c
filetree.c
wps-display.c
wps.c
#ifdef HAVE_LCD_CHARCELLS
player/icons.c
player/keyboard.c
#endif
#ifdef HAVE_LCD_BITMAP
recorder/bmp.c
recorder/icons.c
recorder/keyboard.c
recorder/peakmeter.c
recorder/widgets.c
#endif
#ifdef CONFIG_TUNER
recorder/radio.c
#endif
#ifdef HAVE_RECORDING
recorder/recording.c
#endif
#if CONFIG_CODEC == SWCODEC
pcmbuf.c
playback.c
metadata.c
codecs.c
dsp.c
#ifndef SIMULATOR
pcm_recording.c
#endif
#endif