summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/block.c')
-rw-r--r--apps/codecs/Tremor/block.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/block.c b/apps/codecs/Tremor/block.c
index ac19f3a317..9dce13c6e5 100644
--- a/apps/codecs/Tremor/block.c
+++ b/apps/codecs/Tremor/block.c
@@ -256,7 +256,8 @@ void vorbis_dsp_clear(vorbis_dsp_state *v){
256 block. The time domain envelope is not yet handled at the point of 256 block. The time domain envelope is not yet handled at the point of
257 calling (as it relies on the previous block). */ 257 calling (as it relies on the previous block). */
258 258
259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb) ICODE_ATTR; 259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb)
260 ICODE_ATTR_TREMOR_NOT_MDCT;
260int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){ 261int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){
261 vorbis_info *vi=v->vi; 262 vorbis_info *vi=v->vi;
262 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; 263 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup;