Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-04 01:16:09 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-06-04 06:12:33 +0400
commit7966cca5082b9416f1bfd8c4a9ba58155cf9edbd (patch)
treed50f51b67542995aef7401ee1acfe5821f7e9c04
parent29b1230c7fe8191ef128a6b59e6d9a633863d3bb (diff)
make sure new bfin.h is included in dist
Looks like I didn't test the `make dist` target and so broke it by not listing the bfin.h in one of the headers vars. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--libspeex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/Makefile.am b/libspeex/Makefile.am
index 9c4e8af..6eef924 100644
--- a/libspeex/Makefile.am
+++ b/libspeex/Makefile.am
@@ -35,7 +35,7 @@ endif
libspeexdsp_la_SOURCES = preprocess.c jitter.c mdf.c fftwrap.c filterbank.c resample.c buffer.c scal.c $(FFTSRC)
-noinst_HEADERS = arch.h cb_search_arm4.h cb_search_bfin.h cb_search_sse.h \
+noinst_HEADERS = arch.h bfin.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 \
fixed_arm5e.h fixed_bfin.h fixed_debug.h lpc.h lpc_bfin.h ltp.h ltp_arm4.h \
ltp_sse.h math_approx.h misc_bfin.h nb_celp.h quant_lsp.h sb_celp.h \