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-09 17:28:34 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-09 17:28:34 +0300
commit991410be594897b36cce0d7f2628ebf32a158f27 (patch)
tree6376c48a229eebb8b06ad1d3db7e90009c11d9ba /libcelt/Makefile.am
parentaaab1698b4edaf9d1e6a3c6b466bd6ff063f9bd8 (diff)
Added a simple psychoacoustic model (still needs a lot of work).
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 5c0780c..63616e9 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 quant_pitch.c smallft.c vq.c
+ psy.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 quant_pitch.h smallft.h vq.h
+ os_support.h pitch.h psy.h quant_bands.h quant_pitch.h smallft.h vq.h
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c