alsa-lib: require thread support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Sep 2012 07:21:37 +0000 (07:21 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 20 Sep 2012 19:50:21 +0000 (21:50 +0200)
commitbeb45605dba13fbe54e26a26e78fc6d51651d3eb
treeed17cf5e81b5d22db3b5b49246d71006bf5dfdce
parente04b4dc7b67fd27860bcd7049816921d8b865e7a
alsa-lib: require thread support

Some parts of alsa-lib correctly use threads only when available, but
some other parts, especially certain PCM plugins, unconditionally
require threads. While it would certainly be possible to fix alsa-lib
to only use threads when available, it probably doesn't make much
sense, since on an embedded system that has audio, we are probably
powerful enough to enable thread support in the C library.

Fixes:

  http://autobuild.buildroot.org/results/e14469be7f6171f4c8c0c09c8e32943819f7938b/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/alsa-lib/Config.in
package/bluez_utils/Config.in
package/multimedia/alsa-utils/Config.in
package/multimedia/mpd/Config.in
package/portaudio/Config.in
package/qt/Config.in