1
0
Fork 0
forked from len0rd/rockbox

Drop the the mdct files from libwmapro since they are no longer needed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mohamed Tarek 2010-08-05 06:02:26 +00:00
parent 054a85fdca
commit 12ecbf82fc
5 changed files with 0 additions and 3461 deletions

View file

@ -1,10 +0,0 @@
#ifndef _MDCT_TABLES_H_
#define _MDCT_TABLES_H_
#include <inttypes.h>
extern const int32_t *sine_windows[6];
/* rockbox: not used
extern const int32_t sincos_lookup_wmap[8064];
*/
#endif /* _MDCT_TABLES_H_ */