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-07 14:46:47 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-07 14:46:47 +0300
commit98d2a4917e1693480b71bc8a51cc270d85350d58 (patch)
treef41f463b6f862cd4d9a9755ba447781f4aab5c3b /libcelt/Makefile.am
parent9c3e22c440274d0be4578115a0c5ba7fc9f49c44 (diff)
No more cheating, everything fully quantised
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 87f870b..5c0780c 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 \
- quant_bands.c smallft.c vq.c
+ quant_bands.c quant_pitch.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 quant_bands.h smallft.h vq.h
+ os_support.h pitch.h quant_bands.h quant_pitch.h smallft.h vq.h
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c