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.10 platform.
Download (HTTP): http://downloads.xiph.org/releases/opus/opus-1.1.3.tar.gz
Download MD5 sum: 32bbb6b557fe1b6066adc0ae1f08b629
Download size: 956 KB
Estimated disk space required: 19 MB (with tests)
Estimated build time: 0.7 SBU (with tests)
Doxygen-1.8.11 and texlive-20160523b (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.3 && 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-08-28 14:19:58 -0700