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.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz
Download MD5 sum: 54bc867f13066407bc7b95be1fede090
Download size: 988 KB
Estimated disk space required: 24 MB (with tests)
Estimated build time: 0.9 SBU (with tests)
Doxygen-1.8.14 and texlive-20180414 (or install-tl-unx)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Opus
Install Opus by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/opus-1.2.1 && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2018-08-19 20:08:15 -0700