From 4205289f9f8c7efcf83cad802af8bfe26fc7cdd6 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 3 Sep 2020 07:32:48 +0200 Subject: [PATCH] package/spandsp: needs jpeg support in tiff package Since upstream commit https://github.com/freeswitch/spandsp/commit/ be0bce3dbc4b33f92e8da985900104b857259d02#diff-67e997bcfdac55191033d57a16d1408aR550, jpeg support is needed in the fiff package. This issue appeared with the bump of spandsp to 3.0 in commit 36c983bfa543de89ab8c9374a860d2fdf8a2fb87. Fixes: http://autobuild.buildroot.net/results/f5e/f5efa4aeef661670403111074b9397da47167d07/ Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/spandsp/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/spandsp/Config.in b/package/spandsp/Config.in index da0ca50fa2..c64eee8acd 100644 --- a/package/spandsp/Config.in +++ b/package/spandsp/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SPANDSP bool "spandsp" select BR2_PACKAGE_TIFF + select BR2_PACKAGE_TIFF_JPEG help Spandsp is a library of many DSP functions for telephony. These range from simple modules, such as DTMF detection, to -- 2.30.2