diff options
| author | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-09 21:59:27 +0000 |
|---|---|---|
| committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-09 21:59:27 +0000 |
| commit | 5c54ba49d5c05e394a31f3827f7c4a75e28d9999 (patch) | |
| tree | 096c978d3e4d259cc6cf08ee5ccdd4414d06c013 /apps/codecs/libffmpegFLAC/decoder.h | |
| parent | 2e383a430de025378bf17942a1cf5ea86860f700 (diff) | |
| download | rockbox-5c54ba49d5c05e394a31f3827f7c4a75e28d9999.zip rockbox-5c54ba49d5c05e394a31f3827f7c4a75e28d9999.tar.gz rockbox-5c54ba49d5c05e394a31f3827f7c4a75e28d9999.tar.bz2 rockbox-5c54ba49d5c05e394a31f3827f7c4a75e28d9999.tar.xz | |
Added macros controlling what goes to IRAM on different targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11483 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
| -rw-r--r-- | apps/codecs/libffmpegFLAC/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h index affec0a..0b148df 100644 --- a/apps/codecs/libffmpegFLAC/decoder.h +++ b/apps/codecs/libffmpegFLAC/decoder.h @@ -44,6 +44,6 @@ int flac_decode_frame(FLACContext *s, int32_t* decoded0, int32_t* decoded1, uint8_t *buf, int buf_size, - void (*yield)(void)) ICODE_ATTR; + void (*yield)(void)) ICODE_ATTR_FLAC; #endif |