From 7b56110e5e74055d45753456034b333788823af4 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 18 Feb 2005 16:28:52 +0000 Subject: 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 --- apps/plugins/mpa2wav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/mpa2wav.c') 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 @@ #include "plugin.h" -#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) -/* software codec platforms, not for simulator */ +#if (CONFIG_HWCODEC == MASNONE) +/* software codec platforms */ #include -- cgit v1.2.3