mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
4205289f9f
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
36c983bfa5
.
Fixes:
http://autobuild.buildroot.net/results/f5e/f5efa4aeef661670403111074b9397da47167d07/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
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
|
|
a complete software FAX machine.
|
|
|
|
https://github.com/freeswitch/spandsp
|