summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/xxx2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/xxx2wav.c')
-rw-r--r--apps/codecs/lib/xxx2wav.c4
1 files changed, 2 insertions, 2 deletions
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 @@
19 19
20/* Various "helper functions" common to all the xxx2wav decoder plugins */ 20/* Various "helper functions" common to all the xxx2wav decoder plugins */
21 21
22#if (CONFIG_HWCODEC == MASNONE) 22#if (CONFIG_CODEC == SWCODEC)
23/* software codec platforms, not for simulator */ 23/* software codec platforms, not for simulator */
24 24
25#include "codecs.h" 25#include "codecs.h"
@@ -138,4 +138,4 @@ void qsort(void *base, size_t nmemb, size_t size,
138 local_rb->qsort(base,nmemb,size,compar); 138 local_rb->qsort(base,nmemb,size,compar);
139} 139}
140 140
141#endif /* CONFIG_HWCODEC == MASNONE */ 141#endif /* CONFIG_CODEC == SWCODEC */