Commit b036441c authored by Rafaël Carré's avatar Rafaël Carré

contrib: speexdsp: install headers in include/speex, where we expect them

parent a0e76806
--- speexdsp/include/speex/Makefile.am.orig 2013-12-08 11:50:39.859569265 +0100
+++ speexdsp/include/speex/Makefile.am 2013-12-08 11:50:48.535568900 +0100
@@ -2,6 +2,7 @@
#AUTOMAKE_OPTIONS = no-dependencies
nodist_pkginclude_HEADERS = speexdsp_config_types.h
+pkgincludedir=$(includedir)/speex
pkginclude_HEADERS = speex_echo.h speex_jitter.h speex_preprocess.h speex_resampler.h \
speexdsp_types.h
......@@ -21,6 +21,7 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
mkdir -p $@-git
$(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
$(APPLY) $(SRC)/speexdsp/neon.patch
$(APPLY) $(SRC)/speexdsp/includedir.patch
$(MOVE)
SPEEXDSP_CONF := --enable-resample-full-sinc-table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment