shithub: opus

Download patch

ref: e8b6ee2dbc78e332cc780f35bcfa9b63c41cb070
parent: 880f57a412d62ed7081466a0d24b6621ab603d9b
author: Jean-Marc Valin <[email protected]>
date: Sat Oct 29 12:46:55 EDT 2016

Adds opus_encode_regressions.c to the MIPS Makefile

--- a/Makefile.mips
+++ b/Makefile.mips
@@ -99,7 +99,7 @@
 TESTOPUSDECODE_SRCS_C = tests/test_opus_decode.c
 TESTOPUSDECODE_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSDECODE_SRCS_C))
 
-TESTOPUSENCODE_SRCS_C = tests/test_opus_encode.c
+TESTOPUSENCODE_SRCS_C = tests/test_opus_encode.c tests/opus_encode_regressions.c
 TESTOPUSENCODE_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSENCODE_SRCS_C))
 
 TESTOPUSPADDING_SRCS_C = tests/test_opus_padding.c