[xiph-commits] r14047 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Thu Oct 25 06:54:22 PDT 2007


Author: jm
Date: 2007-10-25 06:54:21 -0700 (Thu, 25 Oct 2007)
New Revision: 14047

Modified:
   trunk/speex/libspeex/Makefile.am
Log:
moved ring buffer to libspeexdsp


Modified: trunk/speex/libspeex/Makefile.am
===================================================================
--- trunk/speex/libspeex/Makefile.am	2007-10-25 13:26:10 UTC (rev 14046)
+++ trunk/speex/libspeex/Makefile.am	2007-10-25 13:54:21 UTC (rev 14047)
@@ -11,14 +11,14 @@
 # Sources for compilation in the library
 libspeex_la_SOURCES = 	cb_search.c 	exc_10_32_table.c 	exc_8_128_table.c \
 		filters.c 	gain_table.c 	hexc_table.c 	high_lsp_tables.c 	lbr_48k_tables.c 	lsp.c \
-		ltp.c 	speex.c 	stereo.c 	vbr.c 	vq.c bits.c buffer.c exc_10_16_table.c \
+		ltp.c 	speex.c 	stereo.c 	vbr.c 	vq.c bits.c exc_10_16_table.c \
 	exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c gain_table_lbr.c hexc_10_32_table.c \
 	lpc.c lsp_tables_nb.c modes.c modes_wb.c nb_celp.c quant_lsp.c sb_celp.c \
 	speex_callbacks.c speex_header.c window.c
 
 libspeexdsp_la_SOURCES = preprocess.c 	smallft.c 	lbr_48k_tables.c \
 				jitter.c 	mdf.c fftwrap.c kiss_fft.c _kiss_fft_guts.h kiss_fft.h \
-	kiss_fftr.c kiss_fftr.h filterbank.c resample.c
+	kiss_fftr.c kiss_fftr.h filterbank.c resample.c buffer.c
 
 noinst_HEADERS = 	arch.h 	cb_search_arm4.h 	cb_search_bfin.h 	cb_search_sse.h \
 		filters.h 	filters_arm4.h 	filters_bfin.h 	filters_sse.h 	fixed_arm4.h \



More information about the commits mailing list