summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmapro_mdct.h
diff options
context:
space:
mode:
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