Commit bbadeb99 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libtheora-1.1.1.tar.xz
patch -Np1 -d libtheora-1.1.1 < libtheora-1.1.1-config-update.patch
cd libtheora-1.1.1 && sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c
cd libtheora-1.1.1 && ./configure --prefix=/usr --disable-static
$(MAKE) -C libtheora-1.1.1
$(MAKE) -C libtheora-1.1.1 check
$(MAKE) -C libtheora-1.1.1 install
rm -rf libtheora-1.1.1
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment