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:
Diffstat (limited to 'opus_sources.mk')
-rw-r--r--opus_sources.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/opus_sources.mk b/opus_sources.mk
new file mode 100644
index 00000000..67e872f6
--- /dev/null
+++ b/opus_sources.mk
@@ -0,0 +1,3 @@
+OPUS_SOURCES = src/opus_decoder.c \
+src/opus_encoder.c \
+src/test_opus.c