aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Bajo <rasky@develer.com>2023-12-29 12:06:40 +0100
committerJean-Marc Valin <jmvalin@jmvalin.ca>2024-02-16 17:46:06 -0500
commit8894546bed8a58f43f92bffc2c80fd82485b2750 (patch)
treede2e6a1ba3b125d7598134bd9a826b7b4e781788
parent5e0bb53e096101a2afe7c5f6435825b07d87f45b (diff)
downloadlibopus-8894546bed8a58f43f92bffc2c80fd82485b2750.tar.gz
dump_modes: add missing file to build
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-rw-r--r--celt/dump_modes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/celt/dump_modes/Makefile b/celt/dump_modes/Makefile
index 93f599fb..9bd13b07 100644
--- a/celt/dump_modes/Makefile
+++ b/celt/dump_modes/Makefile
@@ -11,6 +11,7 @@ SOURCES = dump_modes.c \
../entdec.c \
../mathops.c \
../mdct.c \
+ ../celt.c \
../kiss_fft.c
ifdef HAVE_ARM_NE10