From 738baf356f9f6bc254aa9e8d1333e9d925f723b9 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 18 Feb 2007 00:11:52 +0000 Subject: Again here, CODEC should be CONFIG_CODEC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12374 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/spmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c index da3c9b5d89..20d806eef3 100644 --- a/apps/plugins/zxbox/spmain.c +++ b/apps/plugins/zxbox/spmain.c @@ -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; -- cgit v1.2.3