Vine4.1のfirefoxにMPlayerプラグインをインストール

Vine4.1のfirefoxで見られない動画がけっこうあるので、MPlayermplayer-pluginをインストールすることにした。
事前にfirefox-develをインストールしておく

apt-get install firefox-devel

次に
MPlayer-1.0rc1.tar.bz2 と mplayerplug-in-3.45.tar.gz をダウンロードして、

tar xfvz MPlayer-1.0rc1.tar.bz2
cd MPlayer-1.0rc1
./configure
sudo checkinstall
tar xfvz mplayerplug-in-3.45.tar.gz
cd mplayerplug-in
./configure
make WITH_MOZILLA=firefox
sudo cp mplayerplug-in*.so /usr/lib/firefox-2.0/plugins
sudo cp mplayerplug-in*.xpt /usr/lib/firefox-2.0/components

firefoxを再起動し、about:pluginsの画面で mplayerplug-in が有効になっていることを確認する。