Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 23:46:55 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-10-29 23:46:55 +0300
commite8b6ee2dbc78e332cc780f35bcfa9b63c41cb070 (patch)
tree9c25fc16970cba2ced3b6d94e12b9d8276ba492b
parent880f57a412d62ed7081466a0d24b6621ab603d9b (diff)
Adds opus_encode_regressions.c to the MIPS Makefile
-rw-r--r--Makefile.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mips b/Makefile.mips
index 56a50623..d25af8cb 100644
--- a/Makefile.mips
+++ b/Makefile.mips
@@ -99,7 +99,7 @@ TESTOPUSAPI_OBJS := $(patsubst %.c,%$(OBJSUFFIX),$(TESTOPUSAPI_SRCS_C))
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