Theora is a free and open video compression format.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
Download MD5 sum: 292ab65cedd5021d6b7ddd117e07cd8e
Download size: 1.85 MB
Estimated disk space required: 13.4 MB (without static libs or API docs and without installing the examples)
Estimated build time: 0.2 SBU
SDL-1.2.14 and libpng-1.5.7 (both to build the example players), Doxygen-1.7.5, TeX Live-20110705, BibTex, and Transfig (all four to build the API documentation), Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Libtheora
Install libtheora by running the following commands:
./configure --prefix=/usr && make
If you wish to run the tests, issue: make check.
Now, as the root
user:
make install
If you built the examples and wish to install them (so that you can
hack on theora
):
cd examples/.libs && for E in *; do install -v -m755 $E /usr/bin/theora_${E}; done
--disable-static
: This switch prevents
building static libraries.
Last updated on 2011-12-29 05:13:05 +0000