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>2011-08-27 08:52:26 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-08-27 09:15:43 +0400
commitd4e9340591f7be57fd0fdcda7a12fc7a7ca66e66 (patch)
tree788ce923f901dcf61ac4c2df28ba7208453879d3 /opus_sources.mk
parent6db1d526b4d2eca5f4f5ad2897c5d001b577d149 (diff)
Adds support for multi-stream encoding/decoding
Only tested for the single-stream case!
Diffstat (limited to 'opus_sources.mk')
-rw-r--r--opus_sources.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/opus_sources.mk b/opus_sources.mk
index ee6e5740..384b036a 100644
--- a/opus_sources.mk
+++ b/opus_sources.mk
@@ -1,4 +1,5 @@
OPUS_SOURCES = src/opus.c \
src/opus_decoder.c \
src/opus_encoder.c \
+src/opus_multistream.c \
src/repacketizer.c