summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/xxx2wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/xxx2wav.c b/apps/plugins/lib/xxx2wav.c
index b4be45347e..cc8c31a11e 100644
--- a/apps/plugins/lib/xxx2wav.c
+++ b/apps/plugins/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) && !defined(SIMULATOR) 22#if (CONFIG_HWCODEC == MASNONE)
23/* software codec platforms, not for simulator */ 23/* software codec platforms, not for simulator */
24 24
25#include "plugin.h" 25#include "plugin.h"