blob: e4eeb919cffce90a6ecbc009cc7109ad33cef34b [file] [log] [blame]
Alexandre Lision744f7422013-09-25 11:39:37 -04001OPUS_SOURCES = src/opus.c \
2src/opus_decoder.c \
3src/opus_encoder.c \
4src/opus_multistream.c \
Alexandre Lision85382382014-01-27 15:54:16 -05005src/opus_multistream_encoder.c \
6src/opus_multistream_decoder.c \
Alexandre Lision744f7422013-09-25 11:39:37 -04007src/repacketizer.c
Alexandre Lision85382382014-01-27 15:54:16 -05008
9OPUS_SOURCES_FLOAT = \
10src/analysis.c \
11src/mlp.c \
12src/mlp_data.c