forked from len0rd/rockbox
Again here, CODEC should be CONFIG_CODEC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12374 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca40cc482f
commit
738baf356f
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ static void options_menu(void){
|
|||
/* menu */
|
||||
static bool zxbox_menu(void)
|
||||
{
|
||||
#if CODEC == SWCODEC && !defined SIMULATOR
|
||||
#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
|
||||
rb->pcm_play_stop();
|
||||
#endif
|
||||
int m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue