summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/mapping0.c
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2006-09-05 17:47:48 +0000
committerMagnus Holmgren <magnushol@gmail.com>2006-09-05 17:47:48 +0000
commit93e41276be1fd7f7c345c4f5686b1b2f46de695b (patch)
tree38750b63eeeab1cb2f1458d0812b034f11dd21eb /apps/codecs/Tremor/mapping0.c
parent9eba0d7173cc8f169331966e898fe4ae24a82492 (diff)
downloadrockbox-93e41276be1fd7f7c345c4f5686b1b2f46de695b.tar.gz
rockbox-93e41276be1fd7f7c345c4f5686b1b2f46de695b.zip
Recude iram usage for the Vorbis decoder a little. Makes it possible to build with gcc 4.0.3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10891 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/mapping0.c')
-rw-r--r--apps/codecs/Tremor/mapping0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/mapping0.c b/apps/codecs/Tremor/mapping0.c
index b5b306fa34..dde3088f29 100644
--- a/apps/codecs/Tremor/mapping0.c
+++ b/apps/codecs/Tremor/mapping0.c
@@ -184,7 +184,6 @@ static int seq = 0;
184 184
185#define CHANNELS 2 /* max 2 channels on the ihp-1xx (stereo) */ 185#define CHANNELS 2 /* max 2 channels on the ihp-1xx (stereo) */
186 186
187static int mapping0_inverse(vorbis_block *vb,vorbis_look_mapping *l) ICODE_ATTR;
188static int mapping0_inverse(vorbis_block *vb,vorbis_look_mapping *l){ 187static int mapping0_inverse(vorbis_block *vb,vorbis_look_mapping *l){
189 vorbis_dsp_state *vd=vb->vd; 188 vorbis_dsp_state *vd=vb->vd;
190 vorbis_info *vi=vd->vi; 189 vorbis_info *vi=vd->vi;