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/codecs/lib/xxx2wav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/lib/xxx2wav.c') diff --git a/apps/codecs/lib/xxx2wav.c b/apps/codecs/lib/xxx2wav.c index 66cc8b3bbb..cd09d32450 100644 --- a/apps/codecs/lib/xxx2wav.c +++ b/apps/codecs/lib/xxx2wav.c @@ -19,7 +19,7 @@ /* Various "helper functions" common to all the xxx2wav decoder plugins */ -#if (CONFIG_HWCODEC == MASNONE) +#if (CONFIG_CODEC == SWCODEC) /* software codec platforms, not for simulator */ #include "codecs.h" @@ -138,4 +138,4 @@ void qsort(void *base, size_t nmemb, size_t size, local_rb->qsort(base,nmemb,size,compar); } -#endif /* CONFIG_HWCODEC == MASNONE */ +#endif /* CONFIG_CODEC == SWCODEC */ -- cgit v1.2.3