mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05: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
|
|
@ -71,7 +71,7 @@ long pcm_get_bytes_waiting(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
void audio_set_buffer_margin(int seconds)
|
||||
{
|
||||
(void)seconds;
|
||||
|
|
@ -273,7 +273,7 @@ void button_set_flip(bool yesno)
|
|||
(void)yesno;
|
||||
}
|
||||
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
void talk_init(void)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ screenhack.c
|
|||
thread.c
|
||||
uibasic.c
|
||||
visual.c
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
sound.c
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue