Skip to content

Commit c30fb59

Browse files
committed
Enabling resampler in the build (now that it's supposed to work
with C89 compilers) git-svn-id: http://svn.xiph.org/trunk/speex@12782 0101bb08-14d6-0310-b084-bc0e0c8e3800
1 parent 7cff7b5 commit c30fb59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/speex/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ pkginclude_HEADERS = speex.h \
1111
speex_stereo.h \
1212
speex_preprocess.h \
1313
speex_jitter.h \
14-
speex_echo.h
14+
speex_echo.h \
15+
speex_resampler.h
1516

libspeex/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libspeex_la_SOURCES = nb_celp.c sb_celp.c lpc.c ltp.c lsp.c quant_lsp.c \
1616
exc_10_16_table.c exc_20_32_table.c hexc_10_32_table.c misc.c speex_header.c \
1717
speex_callbacks.c math_approx.c stereo.c preprocess.c smallft.c lbr_48k_tables.c \
1818
jitter.c mdf.c vorbis_psy.c fftwrap.c kiss_fft.c _kiss_fft_guts.h kiss_fft.h \
19-
kiss_fftr.c kiss_fftr.h window.c filterbank.c
19+
kiss_fftr.c kiss_fftr.h window.c filterbank.c resample.c
2020

2121
noinst_HEADERS = lsp.h nb_celp.h lpc.h lpc_bfin.h ltp.h quant_lsp.h \
2222
cb_search.h filters.h stack_alloc.h vq.h vq_sse.h vq_arm4.h vq_bfin.h \

0 commit comments

Comments
 (0)