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>2012-11-08 04:57:33 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-11-08 05:00:22 +0400
commitae0e2ca89f81e608bd4c3839bf0cb62be3549e99 (patch)
tree12c8909730bfa03856acfacc6e72acf28b2f471e /opus_sources.mk
parent8b906c102b37ce74571898c8879c01b2a9088fb3 (diff)
Splits out the Opus multi-stream encoder and decoder
Diffstat (limited to 'opus_sources.mk')
-rw-r--r--opus_sources.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/opus_sources.mk b/opus_sources.mk
index 81eaef06..e4eeb919 100644
--- a/opus_sources.mk
+++ b/opus_sources.mk
@@ -2,6 +2,8 @@ OPUS_SOURCES = src/opus.c \
src/opus_decoder.c \
src/opus_encoder.c \
src/opus_multistream.c \
+src/opus_multistream_encoder.c \
+src/opus_multistream_decoder.c \
src/repacketizer.c
OPUS_SOURCES_FLOAT = \