mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-22 13:44:44 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
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
|