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/filetypes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 31852b1aba..ace89154fc 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -40,14 +40,14 @@ #define MAX_PLUGIN_LENGTH 32 /* max filetypes (plugins & icons stored here) */ -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC #define MAX_FILETYPES 64 #else #define MAX_FILETYPES 32 #endif /* max exttypes (extensions stored here) */ -#if CONFIG_HWCODEC == MASNONE +#if CONFIG_CODEC == SWCODEC /* Software codecs require more file extensions */ #define MAX_EXTTYPES 64 #else -- cgit v1.2.3