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-7.9 platform.
Download (HTTP): http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz
Download MD5 sum: 1f08a661bc72930187893a07f3741a91
Download size: 940 KB
Estimated disk space required: 21 MB (with tests)
Estimated build time: 0.6 SBU (with tests)
Doxygen-1.8.11 and texlive-20150521 (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.1.2 && 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 2016-02-24 00:06:22 -0800