The SBC package 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 LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://www.kernel.org/pub/linux/bluetooth/sbc-2.2.tar.xz
MD5 校验和:f3f1a4e69249241801bc8ddd6050de23
大小:272 KB
预计所需磁盘空间:3.2 MB
预计构建时间:小于 0.1 SBU
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.2.2.
--disable-static: This
switch prevents installation of static versions of the libraries.