|
Beep Media Player extra plugins
http://freshmeat.net/redir/bmp-e ... ugins-0.2.1.tar.bz2
Beep Media Player extra plugins is set of plugins that have been ported to Beep Media Player, but are not included in the main Beep Media Player sources.
最主要的是加上了mplayer的支持和ogg的output.
直接解压编译安装有些问题,如果只安装某一类型插件的话可以先
./configure
以后再进入相应目录make&make install
如:只安装input插件
cd bmp-extra-plugins-0.2.1
./configure
cd input
make
make install
在Fedora core 1+beep 0.96.1下测试通过.
;) |
|