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>2008-01-31 15:43:10 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-01-31 15:43:10 +0300
commit2fecbdf084f74394183d198e6283c94e731ed5a5 (patch)
tree96fa481663c5ca66bc339f40228e5da2c82a1b95 /libcelt/Makefile.am
parenteaab4b71217bec6addbbb04489d8e0d1c1372945 (diff)
Fixed the default int32 type which was wrong on amd64 (and added testcase).
Also, added an Ogg encoder (doesn't work quite yet).
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index 6421b77..dbaaeb0 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -15,9 +15,9 @@ 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 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
+ ecintrin.h entcode.c entdec.c entenc.c fftwrap.c header.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
#noinst_HEADERS =