summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/mdct_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/mdct_tables.h')
-rw-r--r--apps/codecs/libwmapro/mdct_tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/mdct_tables.h b/apps/codecs/libwmapro/mdct_tables.h
index f40bf70fcf..5e54868b01 100644
--- a/apps/codecs/libwmapro/mdct_tables.h
+++ b/apps/codecs/libwmapro/mdct_tables.h
@@ -3,7 +3,8 @@
3#include <inttypes.h> 3#include <inttypes.h>
4 4
5extern const int32_t *sine_windows[6]; 5extern const int32_t *sine_windows[6];
6/* rockbox: not used
6extern const int32_t sincos_lookup_wmap[8064]; 7extern const int32_t sincos_lookup_wmap[8064];
7 8*/
8#endif /* _MDCT_TABLES_H_ */ 9#endif /* _MDCT_TABLES_H_ */
9 10