1
0
Fork 0
forked from len0rd/rockbox

Should be CONFIG_CODEC, not CODEC

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12373 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-02-18 00:00:58 +00:00
parent 580c9f3868
commit ca40cc482f

View file

@ -312,7 +312,7 @@ static void options_menu(void){
no_yes, 2, NULL); no_yes, 2, NULL);
if (new_setting != settings.sound ) if (new_setting != settings.sound )
settings.sound=new_setting; settings.sound=new_setting;
#if CODEC == SWCODEC && !defined SIMULATOR #if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
rb->pcm_play_stop(); rb->pcm_play_stop();
#endif #endif
break; break;