# Note: depends on libogg
wget -c http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
tar -xjf libtheora-1.1.1.tar.bz2
cd libtheora-1.1.1
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install