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

opus_sources.mk - gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81eaef066268a054a44da60492978e5296b40759 (plain)
1
2
3
4
5
6
7
8
9
10
OPUS_SOURCES = src/opus.c \
src/opus_decoder.c \
src/opus_encoder.c \
src/opus_multistream.c \
src/repacketizer.c

OPUS_SOURCES_FLOAT = \
src/analysis.c \
src/mlp.c \
src/mlp_data.c