Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2018-11-16 06:48:38 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2019-04-03 18:51:13 +0300
commitf9d3d432d135253357ba457ecd0e4f68f12a4584 (patch)
treee7a535cee27223f5b59621bc2b3202336fb42fdd /celt_sources.mk
parent3765a248489e902b5e1b26e1d68aa10d6e02ff67 (diff)
Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobr
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'celt_sources.mk')
-rw-r--r--celt_sources.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/celt_sources.mk b/celt_sources.mk
index b619dae3..c9dab06e 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -1,4 +1,5 @@
-CELT_SOURCES = celt/bands.c \
+CELT_SOURCES = \
+celt/bands.c \
celt/celt.c \
celt/celt_encoder.c \
celt/celt_decoder.c \