mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
17 lines
266 B
Makefile
17 lines
266 B
Makefile
|
CELT_SOURCES = celt/bands.c \
|
||
|
celt/celt.c \
|
||
|
celt/cwrs.c \
|
||
|
celt/entcode.c \
|
||
|
celt/entdec.c \
|
||
|
celt/entenc.c \
|
||
|
celt/kiss_fft.c \
|
||
|
celt/laplace.c \
|
||
|
celt/mathops.c \
|
||
|
celt/mdct.c \
|
||
|
celt/modes.c \
|
||
|
celt/pitch.c \
|
||
|
celt/celt_lpc.c \
|
||
|
celt/quant_bands.c \
|
||
|
celt/rate.c \
|
||
|
celt/vq.c
|