Fix standalone demac tool build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29239 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6223468eb
commit
8c38983b22
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
|
|||
|
||||
#define APE_OUTPUT_DEPTH (ape_ctx->bps)
|
||||
|
||||
#define MEM_ALIGN_ATTR __attribute__((aligned(16)))
|
||||
/* adjust to target architecture for best performance */
|
||||
|
||||
#define ICODE_ATTR_DEMAC
|
||||
#define ICONST_ATTR_DEMAC
|
||||
#define IBSS_ATTR_DEMAC
|
||||
|
|
Loading…
Reference in a new issue