summaryrefslogtreecommitdiff
path: root/apps/plugins/mpa2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpa2wav.c')
-rw-r--r--apps/plugins/mpa2wav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/mpa2wav.c b/apps/plugins/mpa2wav.c
index a4fbf79605..a8d7cc01dc 100644
--- a/apps/plugins/mpa2wav.c
+++ b/apps/plugins/mpa2wav.c
@@ -19,8 +19,8 @@
19 19
20#include "plugin.h" 20#include "plugin.h"
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 */
24 24
25#include <codecs/libmad/mad.h> 25#include <codecs/libmad/mad.h>
26 26