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 f56c032..844a8f4 100644
--- a/lib/rbcodec/codecs/codecs.make
+++ b/lib/rbcodec/codecs/codecs.make
@@ -111,6 +111,8 @@ else ifeq ($(ARCH),arch_m68k)
$(SPCLIB) : CODECFLAGS += -O3
$(WMAPROLIB) : CODECFLAGS += -O3
$(WMAVOICELIB) : CODECFLAGS += -O2
+else ifeq ($(ARCH),arch_mips)
+ $(OPUSLIB) : CODECFLAGS += -fno-strict-aliasing
endif
ifeq ($(MEMORYSIZE),2)