x264

出典: wiki.nodoka.org


x264のインストール

cd /usr/local/src
wget ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100226-2245.tar.bz2
tar xvjf x264-snapshot-20100226-2245.tar.bz2
cd x264-snapshot-20100226-2245
./configure --disable-asm --enable-shared
make
make install