forked from len0rd/rockbox
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
This commit is contained in:
parent
3038abc827
commit
7b56110e5e
4 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
/* Various "helper functions" common to all the xxx2wav decoder plugins */
|
||||
|
||||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
#if (CONFIG_HWCODEC == MASNONE)
|
||||
/* software codec platforms, not for simulator */
|
||||
|
||||
#include "plugin.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue