The SBC is a digital audio encoder and decoder used to transfer data to Bluetooth audio output devices like headphones or loudspeakers.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://www.kernel.org/pub/linux/bluetooth/sbc-1.1.tar.xz
Download (FTP): ftp://www.kernel.org/pub/linux/bluetooth/sbc-1.1.tar.xz
Download MD5 sum: ecadadbfd4b1dfe7b98f446c69126b23
Download size: 240 KB
Estimated disk space required: 3.0 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sbc
Install SBC by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-09-05 09:23:52 -0700