summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/xxx2wav.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/lib/xxx2wav.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/lib/xxx2wav.c')
-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"