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:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2017-11-08 04:03:10 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-11-08 04:03:10 +0300
commit877d3d2cefb868aa0ebc1b000f16824b7bfeedac (patch)
treea92ab6264b6aae8f9998fed9c379af95213de9d3 /opus_headers.mk
parentf643c03fba45ad3547b0e54cc6c0f570361002bf (diff)
Add missing include to the list
Diffstat (limited to 'opus_headers.mk')
-rw-r--r--opus_headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/opus_headers.mk b/opus_headers.mk
index 43a978cd..c8f63eab 100644
--- a/opus_headers.mk
+++ b/opus_headers.mk
@@ -3,5 +3,6 @@ include/opus.h \
include/opus_multistream.h \
src/opus_private.h \
src/analysis.h \
+src/mapping_matrix.h \
src/mlp.h \
src/tansig_table.h