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 <jean-marc.valin@usherbrooke.ca>2011-07-05 16:30:59 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-07-05 16:30:59 +0400
commitad15af8863c5b085ce646a130b7bbe5765b08176 (patch)
tree93ba0ae2efb440d060bc147a80ce005082ecfa38 /opus_sources.mk
parent0ed6577500c8e388ed1957d6ee8216469164a38f (diff)
Adding code for Opus Custom
Diffstat (limited to 'opus_sources.mk')
-rw-r--r--opus_sources.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/opus_sources.mk b/opus_sources.mk
index 077d2117..06df75ab 100644
--- a/opus_sources.mk
+++ b/opus_sources.mk
@@ -1,2 +1,3 @@
-OPUS_SOURCES = src/opus_decoder.c \
+OPUS_SOURCES = src/opus.c \
+src/opus_decoder.c \
src/opus_encoder.c