aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/module.mk2
-rw-r--r--common/rdft.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/common/module.mk b/common/module.mk
index b4928fabda..7e31ddfa01 100644
--- a/common/module.mk
+++ b/common/module.mk
@@ -41,7 +41,6 @@ MODULE_OBJS := \
xmlparser.o \
zlib.o
-ifdef USE_BINK
MODULE_OBJS += \
cosinetables.o \
dct.o \
@@ -49,7 +48,6 @@ MODULE_OBJS += \
huffman.o \
rdft.o \
sinetables.o
-endif
# Include common rules
include $(srcdir)/rules.mk
diff --git a/common/rdft.h b/common/rdft.h
index 68be0f4dac..3bdc4b0cbc 100644
--- a/common/rdft.h
+++ b/common/rdft.h
@@ -36,6 +36,9 @@ namespace Common {
/**
* (Inverse) Real Discrete Fourier Transform.
*
+ * Used in audio:
+ * - QDM2
+ *
* Used in engines:
* - scumm
*/