shithub: opus

Download patch

ref: d71c297fd53526f8bc3851a88d790db924463a52
parent: c9c2035355b8e028d1b62992b277b0c376634cf3
author: Timothy B. Terriberry <[email protected]>
date: Wed Oct 7 11:29:41 EDT 2015

Add entcode.c to the dump_modes binary.

This is needed for the SMALL_DIV_TABLE constants added in commit
 ec5d01cbe486.

--- a/celt/dump_modes/Makefile
+++ b/celt/dump_modes/Makefile
@@ -4,7 +4,7 @@
 all: dump_modes
 
 dump_modes:
-	$(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES_ONLY -DCUSTOM_MODES dump_modes.c ../modes.c ../cwrs.c ../rate.c ../entenc.c ../entdec.c ../mathops.c ../mdct.c ../kiss_fft.c -o dump_modes -lm
+	$(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES_ONLY -DCUSTOM_MODES dump_modes.c ../modes.c ../cwrs.c ../rate.c ../entcode.c ../entenc.c ../entdec.c ../mathops.c ../mdct.c ../kiss_fft.c -o dump_modes -lm
 
 clean:
 	rm -f dump_modes