mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
a5a427105d
Bug 716478 added MPL2 license headers to a couple of (headerless) files in media/libopus. These files are third-party code and covered until the associated BSD license of the upstream project. Although the files in question are either source file listings, or programmatically generated, and as such not copyrightable, labelling them as MPL2 is technically incorrect. --HG-- extra : rebase_source : 0d639832b481755e5385ae4465149dee5b2fc5ad
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
|