mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
99a0598c28
commit
d6c054575b
56 changed files with 248 additions and 248 deletions
|
@ -23,7 +23,7 @@ settings_menu.c
|
|||
sleeptimer.c
|
||||
sound_menu.c
|
||||
status.c
|
||||
#if !defined(SIMULATOR) || CONFIG_HWCODEC == MASNONE
|
||||
#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
|
||||
talk.c
|
||||
#endif
|
||||
tree.c
|
||||
|
@ -49,7 +49,7 @@ recorder/radio.c
|
|||
#ifdef HAVE_RECORDING
|
||||
recorder/recording.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
pcmbuf.c
|
||||
playback.c
|
||||
metadata.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue