From ca40cc482fac6ce5016c023b0da0a3a86b88ba31 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 18 Feb 2007 00:00:58 +0000 Subject: Should be CONFIG_CODEC, not CODEC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12373 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/spmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c index 3a702abb71..da3c9b5d89 100644 --- a/apps/plugins/zxbox/spmain.c +++ b/apps/plugins/zxbox/spmain.c @@ -312,7 +312,7 @@ static void options_menu(void){ no_yes, 2, NULL); if (new_setting != settings.sound ) settings.sound=new_setting; -#if CODEC == SWCODEC && !defined SIMULATOR +#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR rb->pcm_play_stop(); #endif break; -- cgit v1.2.3