diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-06-13 18:28:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-16 14:27:57 +0200 |
commit | ba8805fe8e5307025fc8120a29b3bd4f23f3590d (patch) | |
tree | 9450833e8fd1b85cfb92904a040be113b44632e5 | |
parent | 1ad40107beb67a0b6a8381e7e1782f68d8adbd3c (diff) | |
download | buildroot-ba8805fe8e5307025fc8120a29b3bd4f23f3590d.tar.gz buildroot-ba8805fe8e5307025fc8120a29b3bd4f23f3590d.zip |
package/freeswitch: needs speexdsp
Fixes
http://autobuild.buildroot.net/results/a3f/a3f9845681025fad93a4f867bb667822e87a08ea/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/freeswitch/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/freeswitch/Config.in b/package/freeswitch/Config.in index 1f6459335d..ff2898dc3c 100644 --- a/package/freeswitch/Config.in +++ b/package/freeswitch/Config.in @@ -17,6 +17,7 @@ config BR2_PACKAGE_FREESWITCH select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_PCRE select BR2_PACKAGE_SPEEX + select BR2_PACKAGE_SPEEXDSP select BR2_PACKAGE_SQLITE select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID |