shithub: opus

Download patch

ref: 8894546bed8a58f43f92bffc2c80fd82485b2750
parent: 5e0bb53e096101a2afe7c5f6435825b07d87f45b
author: Giovanni Bajo <rasky@develer.com>
date: Fri Dec 29 07:06:40 EST 2023

dump_modes: add missing file to build

Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>

--- a/celt/dump_modes/Makefile
+++ b/celt/dump_modes/Makefile
@@ -11,6 +11,7 @@
           ../entdec.c \
           ../mathops.c \
           ../mdct.c \
+          ../celt.c \
           ../kiss_fft.c
 
 ifdef HAVE_ARM_NE10
--