From 950c4747e3c519372382e6b5a7e84bfd22e12d5c Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Tue, 12 May 2009 12:30:33 +0000 Subject: Remove bytestream.h and and a related comment from cook.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20917 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libcook/cook.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/codecs/libcook/cook.h') diff --git a/apps/codecs/libcook/cook.h b/apps/codecs/libcook/cook.h index ee60ba01c9..8fcc6f86cd 100644 --- a/apps/codecs/libcook/cook.h +++ b/apps/codecs/libcook/cook.h @@ -24,7 +24,6 @@ #include #include "bitstream.h" -#include "bytestream.h" #include "rm2wav.h" #include "cookdata_fixpoint.h" @@ -88,7 +87,7 @@ typedef struct cook { /* data buffers */ uint8_t* decoded_bytes_buffer; - REAL_T mono_mdct_output[2048] __attribute__ ((aligned(16))); //DECLARE_ALIGNED_16(float,mono_mdct_output[2048]); + REAL_T mono_mdct_output[2048] __attribute__ ((aligned(16))); REAL_T mono_previous_buffer1[1024]; REAL_T mono_previous_buffer2[1024]; REAL_T decode_buffer_1[1024]; -- cgit v1.2.3