summaryrefslogtreecommitdiff
path: root/apps/plugins/mpa2wav.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-18 16:28:52 +0000
committerDave Chapman <dave@dchapman.com>2005-02-18 16:28:52 +0000
commit7b56110e5e74055d45753456034b333788823af4 (patch)
tree2f3a9626f67152b9b40a9fd9a11f157ed8025065 /apps/plugins/mpa2wav.c
parent3038abc8270dde743c6b4bf068549854acd16ef6 (diff)
downloadrockbox-7b56110e5e74055d45753456034b333788823af4.tar.gz
rockbox-7b56110e5e74055d45753456034b333788823af4.zip
Build the codec plugins in the simulator - only tested for X11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6011 a1c6a512-1295-4272-9138-f99709370657
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