From 65fe5f144d939533e29f0e07b99915a7d997d448 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 31 Oct 2005 13:00:14 +0000 Subject: Some more IBSS_ATTR changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7697 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/liba52/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/codecs/liba52/parse.c b/apps/codecs/liba52/parse.c index 9e7ed47d56..18fb901699 100644 --- a/apps/codecs/liba52/parse.c +++ b/apps/codecs/liba52/parse.c @@ -48,8 +48,8 @@ typedef struct { int q4_ptr; } quantizer_set_t; -static a52_state_t istate IDATA_ATTR; -static sample_t isamples[256*12] IDATA_ATTR; +static a52_state_t istate IBSS_ATTR; +static sample_t isamples[256*12] IBSS_ATTR; static uint8_t halfrate[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3}; -- cgit v1.2.3