Commit 8a9ac878 authored by Tristan Matthews's avatar Tristan Matthews

contrib: remove speexdsp includedir patch

No longer needed due to upstream change.
parent 6397a5b1
--- 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,7 +21,6 @@ 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