gitをインストールしていることが前提です。
ここからDLできます。gitもここのを利用してます。
http://www.videolan.org/developers/x264.html
cd /usr/local/src
git clone git://git.videolan.org/x264.git x264
cd x264
./configure --enable-mp4-output --enable-pthread --enable-shared
make
make install
ffmpeg0.6.1でmakeした時に「undefined reference ‘X264〜’」とか出て何回かx264を再インストールする羽目になったので、今後の自分用の備忘録。