컴파일 실패를 방지하는 수정
sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c &&
또는 https://gitlab.xiph.org/xiph/theora.git 에서 클론해서 컴파일
컴파일
./configure --prefix=/usr --disable-static &&
make
make check
sudo make install
샘플 설치
cd examples/.libs &&
for E in *; do
install -v -m755 $E /usr/bin/theora_${E}
done