summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmapro_mdct.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-05 06:02:26 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-05 06:02:26 +0000
commit12ecbf82fc682adc8250b36ac7bad66385f256ad (patch)
tree9d1af41cd5e48d03bdad863085c7497d1c3523a7 /apps/codecs/libwmapro/wmapro_mdct.h
parent054a85fdca651844f969f44755b8531ab2e962d7 (diff)
downloadrockbox-12ecbf82fc682adc8250b36ac7bad66385f256ad.tar.gz
rockbox-12ecbf82fc682adc8250b36ac7bad66385f256ad.zip
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
Diffstat (limited to 'apps/codecs/libwmapro/wmapro_mdct.h')
-rw-r--r--apps/codecs/libwmapro/wmapro_mdct.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codecs/libwmapro/wmapro_mdct.h b/apps/codecs/libwmapro/wmapro_mdct.h
deleted file mode 100644
index 00fec09cf8..0000000000
--- a/apps/codecs/libwmapro/wmapro_mdct.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _WMAPRO_MDCT_H_
2#define _WMAPRO_MDCT_H_
3
4#include <inttypes.h>
5
6void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input);
7
8#endif