forked from len0rd/rockbox
Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2628f3af9
commit
e6021381ef
4 changed files with 8 additions and 8 deletions
|
|
@ -33,7 +33,7 @@ unsigned long samplesdone;
|
|||
unsigned long frequency;
|
||||
|
||||
/* used outside liba52 */
|
||||
static uint8_t buf[3840] IDATA_ATTR;
|
||||
static uint8_t buf[3840] IBSS_ATTR;
|
||||
|
||||
void output_audio(sample_t *samples)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue