[xiph-commits] r12782 - in trunk/speex: include/speex libspeex

jm at svn.xiph.org jm at svn.xiph.org
Tue Mar 20 07:11:07 PDT 2007


Author: jm
Date: 2007-03-20 07:11:03 -0700 (Tue, 20 Mar 2007)
New Revision: 12782

Modified:
   trunk/speex/include/speex/Makefile.am
   trunk/speex/libspeex/Makefile.am
Log:
Enabling resampler in the build (now that it's supposed to work
with C89 compilers)


Modified: trunk/speex/include/speex/Makefile.am
===================================================================
--- trunk/speex/include/speex/Makefile.am	2007-03-20 13:14:44 UTC (rev 12781)
+++ trunk/speex/include/speex/Makefile.am	2007-03-20 14:11:03 UTC (rev 12782)
@@ -11,5 +11,6 @@
 	speex_stereo.h \
 	speex_preprocess.h \
 	speex_jitter.h \
-	speex_echo.h
+	speex_echo.h \
+	speex_resampler.h
 

Modified: trunk/speex/libspeex/Makefile.am
===================================================================
--- trunk/speex/libspeex/Makefile.am	2007-03-20 13:14:44 UTC (rev 12781)
+++ trunk/speex/libspeex/Makefile.am	2007-03-20 14:11:03 UTC (rev 12782)
@@ -16,7 +16,7 @@
 				exc_10_16_table.c 	exc_20_32_table.c 	hexc_10_32_table.c 	misc.c 	speex_header.c \
 				speex_callbacks.c 	math_approx.c 	stereo.c 	preprocess.c 	smallft.c 	lbr_48k_tables.c \
 				jitter.c 	mdf.c vorbis_psy.c fftwrap.c kiss_fft.c _kiss_fft_guts.h kiss_fft.h \
-	kiss_fftr.c kiss_fftr.h window.c filterbank.c
+	kiss_fftr.c kiss_fftr.h window.c filterbank.c resample.c
 
 noinst_HEADERS = lsp.h 	nb_celp.h 	lpc.h 	lpc_bfin.h 	ltp.h 	quant_lsp.h \
 				cb_search.h 	filters.h 	stack_alloc.h 	vq.h 	vq_sse.h 	vq_arm4.h 	vq_bfin.h \



More information about the commits mailing list