Opus is a lossy audio compression format developed by the Internet Engineering Task Force (IETF) that is particularly suitable for interactive speech and audio transmission over the Internet. This package provides the Opus development library and headers.
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://downloads.xiph.org/releases/opus/opus-1.6.1.tar.gz
MD5 校验和:67cafc438c430aa74eeb605eef670886
大小:10 MB
预计所需磁盘空间:41 MB(含测试)
预计构建时间:0.5 SBU(含测试)
Doxygen-1.17.0 and texlive-20250308 (or install-tl-unx)
Install Opus by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D docdir=/usr/share/doc/opus-1.6.1 &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.