summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/fft.c')
-rw-r--r--apps/codecs/libwma/fft.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libwma/fft.c b/apps/codecs/libwma/fft.c
index e934e3c1ce..f19dac0aed 100644
--- a/apps/codecs/libwma/fft.c
+++ b/apps/codecs/libwma/fft.c
@@ -17,7 +17,8 @@
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20#include "wmadec.h" 20//#include "types.h"
21#include "fft.h"
21#include "wmafixed.h" 22#include "wmafixed.h"
22 23
23FFTComplex exptab0[512] IBSS_ATTR; 24FFTComplex exptab0[512] IBSS_ATTR;