Index: apps/codecs/Tremor/floor0.c =================================================================== --- apps/codecs/Tremor/floor0.c (revision 14826) +++ apps/codecs/Tremor/floor0.c (working copy) @@ -47,7 +47,7 @@ 16.16 format returns in m.8 format */ -static const long ADJUST_SQRT2[2] ICONST_ATTR ={8192,5792}; +static const long ADJUST_SQRT2[2] ={8192,5792}; static inline ogg_int32_t vorbis_invsqlook_i(long a,long e){ long i=(a&0x7fff)>>(INVSQ_LOOKUP_I_SHIFT-1); long d=a&INVSQ_LOOKUP_I_MASK; /* 0.10 */ @@ -94,7 +94,7 @@ return(a); } -static const int barklook[28] IDATA_ATTR ={ +static const int barklook[28] ={ 0,100,200,301, 405,516,635,766, 912,1077,1263,1476, 1720,2003,2333,2721, 3184,3742,4428,5285, 6376,7791,9662,12181, @@ -117,21 +117,21 @@ } } -static const unsigned char MLOOP_1[64] ICONST_ATTR ={ +static const unsigned char MLOOP_1[64] ={ 0,10,11,11, 12,12,12,12, 13,13,13,13, 13,13,13,13, 14,14,14,14, 14,14,14,14, 14,14,14,14, 14,14,14,14, 15,15,15,15, 15,15,15,15, 15,15,15,15, 15,15,15,15, 15,15,15,15, 15,15,15,15, 15,15,15,15, 15,15,15,15, }; -static const unsigned char MLOOP_2[64] ICONST_ATTR ={ +static const unsigned char MLOOP_2[64] ={ 0,4,5,5, 6,6,6,6, 7,7,7,7, 7,7,7,7, 8,8,8,8, 8,8,8,8, 8,8,8,8, 8,8,8,8, 9,9,9,9, 9,9,9,9, 9,9,9,9, 9,9,9,9, 9,9,9,9, 9,9,9,9, 9,9,9,9, 9,9,9,9, }; -static const unsigned char MLOOP_3[8] ICONST_ATTR ={0,1,2,2,3,3,3,3}; +static const unsigned char MLOOP_3[8] ={0,1,2,2,3,3,3,3}; void vorbis_lsp_to_curve(ogg_int32_t *curve,int *map,int n,int ln, ogg_int32_t *lsp,int m,