Welcome to mirror list, hosted at ThFree Co, Russian Federation.

celt_sources.mk - gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5721ae9d8570276336c813017a687b74f5e2287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CELT_SOURCES = libcelt/bands.c \
libcelt/celt.c \
libcelt/cwrs.c \
libcelt/entcode.c \
libcelt/entdec.c \
libcelt/entenc.c \
libcelt/kiss_fft.c \
libcelt/laplace.c \
libcelt/mathops.c \
libcelt/mdct.c \
libcelt/modes.c \
libcelt/pitch.c \
libcelt/plc.c \
libcelt/quant_bands.c \
libcelt/rate.c \
libcelt/vq.c