ref: f82f9d1ebb340f0848b195d663471b35658d5ccd
parent: e51d3da901703b7c004f4538446aafa7997dafbd
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Mon Oct 16 19:10:23 EDT 2023
oops
--- a/Makefile.am
+++ b/Makefile.am
@@ -175,6 +175,9 @@
tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h
tests_test_opus_padding_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
+tests_test_opus_dred_SOURCES = tests/test_opus_dred.c tests/test_opus_common.h
+tests_test_opus_dred_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
+
CELT_OBJ = $(CELT_SOURCES:.c=.lo)
SILK_OBJ = $(SILK_SOURCES:.c=.lo)
LPCNET_OBJ = $(LPCNET_SOURCES:.c=.lo)
@@ -253,9 +256,6 @@
endif
if ENABLE_DRED
TESTS += tests/test_opus_dred
-tests_test_opus_dred_SOURCES = tests/test_opus_dred.c tests/test_opus_common.h
-tests_test_opus_dred_LDADD = libopus.la $(NE10_LIBS) $(LIBM)
-
endif
endif
--
⑨