From d6c054575b4561b4c657565ecb4ff82565fa6c78 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 29 Aug 2005 21:15:27 +0000 Subject: Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b4cd05699c..329ba7d7ab 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -61,7 +61,7 @@ #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR) extern bool pcm_rec_screen(void); #endif -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC #include "pcmbuf.h" #include "pcm_playback.h" #endif @@ -154,7 +154,7 @@ bool dbg_os(void) #endif #ifdef HAVE_LCD_BITMAP -#if CONFIG_HWCODEC != MASNONE +#if CONFIG_CODEC != SWCODEC bool dbg_audio_thread(void) { char buf[32]; -- cgit v1.2.3