mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
17 lines
337 B
Makefile
17 lines
337 B
Makefile
|
|
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
|