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:
authorTimothy B. Terriberry <tterribe@xiph.org>2015-09-09 20:39:45 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-09-09 22:49:50 +0300
commite7a608cf757c1388a46bbcec6c943abc43b489de (patch)
tree184d08a80ec50cb2283896d7e76a8560686df063
parentc536bb29cb95ad4568641fd5701d4a80e1b2f283 (diff)
Add entcode.c to dump_modes build.ne10_patches
This is needed for platforms where EC_ILOG is not implemented with a compilter built-in. Extracted from an original, unrelated patch by Viswanath Puttagunta <viswanath.puttagunta@linaro.org>.
-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 10c3679b..3ba2369b 100644
--- a/celt/dump_modes/Makefile
+++ b/celt/dump_modes/Makefile
@@ -6,6 +6,7 @@ SOURCES = dump_modes.c \
../modes.c \
../cwrs.c \
../rate.c \
+ ../entcode.c \
../entenc.c \
../entdec.c \
../mathops.c \