The SBC is a digital audio encoder and decoder used to transfer data to Bluetooth audio output devices like headphones or loudspeakers.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://www.kernel.org/pub/linux/bluetooth/sbc-1.5.tar.xz
Download MD5 sum: 6ff244dde9e5e12b26362a47ed91d3f9
Download size: 260 KB
Estimated disk space required: 2.7 MB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/sbc
Install SBC by running the following commands:
./configure --prefix=/usr --disable-static --disable-tester && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-tester
: This
disables the SBC tester. Remove it if you have installed libsndfile-1.1.0.
--disable-static
: This
switch prevents installation of static versions of the libraries.