mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
move to new cspot
This commit is contained in:
16
components/spotify/cspot/bell/external/opus/opus_sources.mk
vendored
Normal file
16
components/spotify/cspot/bell/external/opus/opus_sources.mk
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user