mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
573c99e500
This is the IETF Opus audio codec reference implementation. The source was copied into the tree using the included update.sh script, from a checkout of the v0.9.9 git tag, which corresponds to the source code published in https://tools.ietf.org/id/draft-ietf-codec-opus-11.txt
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
|