Speex is an audio compression format designed especially for speech. It is well-adapted to internet applications and provides useful features that are not present in most other CODECs.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz
Download MD5 sum: c4438b22c08e5811ff10e2b06ee9b9ae
Download size: 1.0 MB
Estimated disk space required: 10 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/speex
Install Speex by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/speex-1.2rc1 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-25 03:54:44 -0800