File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ pkginclude_HEADERS = speex.h \
11
11
speex_stereo.h \
12
12
speex_preprocess.h \
13
13
speex_jitter.h \
14
- speex_echo.h
14
+ speex_echo.h \
15
+ speex_resampler.h
15
16
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ libspeex_la_SOURCES = nb_celp.c sb_celp.c lpc.c ltp.c lsp.c quant_lsp.c \
16
16
exc_10_16_table.c exc_20_32_table.c hexc_10_32_table.c misc.c speex_header.c \
17
17
speex_callbacks.c math_approx.c stereo.c preprocess.c smallft.c lbr_48k_tables.c \
18
18
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
20
20
21
21
noinst_HEADERS = lsp.h nb_celp.h lpc.h lpc_bfin.h ltp.h quant_lsp.h \
22
22
cb_search.h filters.h stack_alloc.h vq.h vq_sse.h vq_arm4.h vq_bfin.h \
You can’t perform that action at this time.
0 commit comments