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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 19:34:33 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 19:40:01 +0300
commitc8f3cd16c6b7fa0f30f691accb532ab7262a60e8 (patch)
tree6998b5fb68286cfd5cbd8502fb7b3f5fb9b9bf0e
parentc74b195703eb5f64b2378c74fcebcfcb33a727f7 (diff)
ensure resample_neon.h is distributed
-rw-r--r--libspeexdsp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeexdsp/Makefile.am b/libspeexdsp/Makefile.am
index 7cfa616..d0499b9 100644
--- a/libspeexdsp/Makefile.am
+++ b/libspeexdsp/Makefile.am
@@ -26,7 +26,7 @@ noinst_HEADERS = arch.h bfin.h \
math_approx.h misc_bfin.h \
stack_alloc.h fftwrap.h \
filterbank.h fixed_generic.h os_support.h \
- pseudofloat.h smallft.h vorbis_psy.h resample_sse.h
+ pseudofloat.h smallft.h vorbis_psy.h resample_sse.h resample_neon.h
libspeexdsp_la_LDFLAGS = -no-undefined -version-info @SPEEXDSP_LT_CURRENT@:@SPEEXDSP_LT_REVISION@:@SPEEXDSP_LT_AGE@
libspeexdsp_la_LIBADD = $(LIBM)