aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/module.mk')
-rw-r--r--audio/softsynth/mt32/module.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/softsynth/mt32/module.mk b/audio/softsynth/mt32/module.mk
index 1a27492c2a..7657f5b55f 100644
--- a/audio/softsynth/mt32/module.mk
+++ b/audio/softsynth/mt32/module.mk
@@ -21,5 +21,20 @@ MODULE_OBJS := \
sha1/sha1.o \
c_interface/c_interface.o
+# SampleRateConverter.o \
+# srchelper/InternalResampler.o \
+# srchelper/SamplerateAdapter.o \
+# srchelper/SoxrAdapter.o \
+# srchelper/srctools/src/FIRResampler.o \
+# srchelper/srctools/src/IIR2xResampler.o \
+# srchelper/srctools/src/LinearResampler.o \
+# srchelper/srctools/src/ResamplerModel.o \
+# srchelper/srctools/src/SincResampler.o
+# TODO: The Munt SampleRateConverter requires these additional -I options.
+# This is not a very nice way of doing that, though, as it adds them globally.
+# INCLUDES += -I $(srcdir)/$(MODULE)/srchelper/srctools/include
+# INCLUDES += -I $(srcdir)/$(MODULE)/
+
+
# Include common rules
include $(srcdir)/rules.mk