summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/codecs.make
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/codecs.make')
-rw-r--r--lib/rbcodec/codecs/codecs.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/codecs.make b/lib/rbcodec/codecs/codecs.make
index bc6549498e..27ba73ab3c 100644
--- a/lib/rbcodec/codecs/codecs.make
+++ b/lib/rbcodec/codecs/codecs.make
@@ -65,7 +65,9 @@ include $(RBCODECLIB_DIR)/codecs/libgme/libvgm.make
65include $(RBCODECLIB_DIR)/codecs/libgme/libkss.make 65include $(RBCODECLIB_DIR)/codecs/libgme/libkss.make
66include $(RBCODECLIB_DIR)/codecs/libgme/libemu2413.make 66include $(RBCODECLIB_DIR)/codecs/libgme/libemu2413.make
67include $(RBCODECLIB_DIR)/codecs/libopus/libopus.make 67include $(RBCODECLIB_DIR)/codecs/libopus/libopus.make
68ifneq ($(MEMORYSIZE),2)
68include $(RBCODECLIB_DIR)/codecs/cRSID/cRSID.make 69include $(RBCODECLIB_DIR)/codecs/cRSID/cRSID.make
70endif
69 71
70# set CODECFLAGS per codec lib, since gcc takes the last -Ox and the last 72# set CODECFLAGS per codec lib, since gcc takes the last -Ox and the last
71# in a -ffoo -fno-foo pair, there is no need to filter them out 73# in a -ffoo -fno-foo pair, there is no need to filter them out