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@csiro.au>2008-02-08 07:09:45 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-08 07:09:45 +0300
commit7351e286c81e98b10ddebfbe3e7c31c866fb3ad5 (patch)
tree9c00a83f230014eb8ea801ae13ecdf886a12c306 /libcelt/Makefile.am
parent6211c90def21b649e7c30e75ea1ea07e2a4c8483 (diff)
Everything converted to use kiss-fft. Got rid of smallft and fftwrap.
Code much leaner now.
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index ec2e4d2..3370dc2 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -15,19 +15,19 @@ lib_LTLIBRARIES = libcelt.la
# Sources for compilation in the library
libcelt_la_SOURCES = bands.c bitrdec.c bitree.c bitrenc.c celt.c cwrs.c \
- ecintrin.h entcode.c entdec.c entenc.c fftwrap.c header.c kiss_fft.c \
+ ecintrin.h entcode.c entdec.c entenc.c header.c kiss_fft.c \
kiss_fftr.c laplace.c mdct.c modes.c pitch.c psy.c quant_bands.c \
- quant_pitch.c rangedec.c rangeenc.c rate.c smallft.c vq.c
+ quant_pitch.c rangedec.c rangeenc.c rate.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 bitrdec.h bitree.h bitrenc.h cwrs.h \
- ecintrin.h entcode.h entdec.h entenc.h fftwrap.h kiss_fft.h \
+ ecintrin.h entcode.h entdec.h entenc.h kiss_fft.h \
kiss_fftr.h _kiss_fft_guts.h laplace.h mdct.h \
mfrngcod.h modes.h os_support.h pgain_table.h pitch.h psy.h \
- quant_bands.h quant_pitch.h rate.h smallft.h vq.h
+ quant_bands.h quant_pitch.h rate.h vq.h
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c