diff options
author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-07-05 08:30:59 -0400 |
---|---|---|
committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-07-05 08:30:59 -0400 |
commit | ad15af8863c5b085ce646a130b7bbe5765b08176 (patch) | |
tree | 93ba0ae2efb440d060bc147a80ce005082ecfa38 /opus_sources.mk | |
parent | 0ed6577500c8e388ed1957d6ee8216469164a38f (diff) | |
download | opus-ad15af8863c5b085ce646a130b7bbe5765b08176.tar.gz |
Adding code for Opus Custom
Diffstat (limited to 'opus_sources.mk')
-rw-r--r-- | opus_sources.mk | 3 |
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 |