红联Linux论坛 1000部Linux教程免费下载 

查看完整版本: mplayer drvs.so miss on debian system

yreqab 2008-9-23 16:23

 





mplayer drvs.so miss on debian system

this morning, i want watch video on linux console, after i installed mplayer and launched it , some errors occurred ( title)

to fix the problem.

1. modify apt source file, add a new source to get win32 coders

add follow lines into /etc/apt/sources.list

deb [url]http://www.debian-multimedia.org[/url] stable main

2. export the apt source key.

gpg --keyserver pgp.mit.edu --recv-keys 1F41B907

gpg --armor --export 1F41B907 | apt-key add -

3. update your apt database and install w32codecs

apt-get update

apt-get install w32codecs

after this, everything is ok
页: [1]
红联Linux论坛 1000部Linux教程免费下载