1
0
Fork 0
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:
Barry Wardell 2007-02-18 00:11:52 +00:00
parent ca40cc482f
commit 738baf356f

View file

@ -342,7 +342,7 @@ static void options_menu(void){
/* menu */ /* menu */
static bool zxbox_menu(void) static bool zxbox_menu(void)
{ {
#if CODEC == SWCODEC && !defined SIMULATOR #if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
rb->pcm_play_stop(); rb->pcm_play_stop();
#endif #endif
int m; int m;