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/screens.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index 5f949efda8..10e1cdd188 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1307,7 +1307,7 @@ int draw_id3_item(int line, int top, int header, const char* body) return line + 2; } -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC #define ID3_ITEMS 13 #else #define ID3_ITEMS 11 @@ -1401,7 +1401,7 @@ bool browse_id3(void) snprintf(buf, sizeof(buf), "%d Hz", id3->frequency); line = draw_id3_item(line, top, LANG_ID3_FRECUENCY, buf); -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC line = draw_id3_item(line, top, LANG_ID3_TRACK_GAIN, id3->track_gain_string); -- cgit v1.2.3