mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
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
|