blob: b0763f996f23fb54bbfbdba4bc379f98cf115290 [file] [log] [blame]
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -08001OPUS_SOURCES = src/opus.c \
2src/opus_decoder.c \
3src/opus_encoder.c \
4src/opus_multistream.c \
5src/opus_multistream_encoder.c \
6src/opus_multistream_decoder.c \
Felicia Lim0efcc2b2018-11-06 12:35:39 -08007src/repacketizer.c \
8src/opus_projection_encoder.c \
9src/opus_projection_decoder.c \
10src/mapping_matrix.c
Vignesh Venkatasubramanian2bd8b542014-02-20 10:50:35 -080011
12OPUS_SOURCES_FLOAT = \
13src/analysis.c \
14src/mlp.c \
15src/mlp_data.c