forked from len0rd/rockbox
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
|
@ -85,7 +85,7 @@ drivers/i2c-coldfire.c
|
|||
#else
|
||||
drivers/i2c.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
drivers/mas.c
|
||||
#endif
|
||||
#ifdef HAVE_RTC
|
||||
|
@ -107,7 +107,7 @@ crt0.S
|
|||
#endif
|
||||
mp3_playback.c
|
||||
mp3data.c
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
mpeg.c
|
||||
#endif
|
||||
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
||||
|
@ -130,10 +130,10 @@ drivers/uda1380.c
|
|||
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
|
||||
drivers/tlv320.c
|
||||
#endif
|
||||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
#if (CONFIG_CODEC == SWCODEC) && !defined(SIMULATOR)
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
replaygain.c
|
||||
#endif
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue