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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-05 23:51:27 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-05 23:51:27 +0300
commitfa248735eac5cb54a64d08b8067488a72646d05d (patch)
tree68080b140d70b73a3d7fc61db324847e49bfb6c5 /libcelt/Makefile.am
parent96870d93346d0a682dcc924bf6484473488e20b9 (diff)
Quantisation of energies
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index cd198bf..42a6060 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -10,14 +10,14 @@ lib_LTLIBRARIES = libcelt.la
# Sources for compilation in the library
libcelt_la_SOURCES = bands.c celt.c cwrs.c fftwrap.c mdct.c modes.c pitch.c \
- smallft.c vq.c
+ quant_bands.c smallft.c vq.c
#noinst_HEADERS =
libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@
noinst_HEADERS = arch.h bands.h celt.h cwrs.h fftwrap.h mdct.h modes.h \
- os_support.h pitch.h smallft.h vq.h
+ os_support.h pitch.h quant_bands.h smallft.h vq.h
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c