You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
337 B
17 lines
337 B
4 months ago
|
OPUS_SOURCES = \
|
||
|
src/opus.c \
|
||
|
src/opus_decoder.c \
|
||
|
src/opus_encoder.c \
|
||
|
src/opus_multistream.c \
|
||
|
src/opus_multistream_encoder.c \
|
||
|
src/opus_multistream_decoder.c \
|
||
|
src/repacketizer.c \
|
||
|
src/opus_projection_encoder.c \
|
||
|
src/opus_projection_decoder.c \
|
||
|
src/mapping_matrix.c
|
||
|
|
||
|
OPUS_SOURCES_FLOAT = \
|
||
|
src/analysis.c \
|
||
|
src/mlp.c \
|
||
|
src/mlp_data.c
|